Skip to content

Commit 238d891

Browse files
committed
fix: fix stats
1 parent a9649fb commit 238d891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ async def handle_view_stats (client, message, name, channel):
77
**Users:** {setting_storage.get_users_count()}
88
**Helpless Users:** {setting_storage.get_helpless_users_count()}
99
"""
10-
await client.send_message(channel, stats_string)
10+
await channel.send(stats_string)

0 commit comments

Comments
 (0)