We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9649fb commit 238d891Copy full SHA for 238d891
stats.py
@@ -7,4 +7,4 @@ async def handle_view_stats (client, message, name, channel):
7
**Users:** {setting_storage.get_users_count()}
8
**Helpless Users:** {setting_storage.get_helpless_users_count()}
9
"""
10
- await client.send_message(channel, stats_string)
+ await channel.send(stats_string)
0 commit comments