diff options
Diffstat (limited to 'code/bot.py')
-rw-r--r-- | code/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/bot.py b/code/bot.py index c27ca1a..b1996ab 100644 --- a/code/bot.py +++ b/code/bot.py @@ -28,7 +28,7 @@ class MyBot(commands.Bot): bot = MyBot() bot.remove_command("help") -bot.temp_command_count = {} # command_name: count +bot.temp_command_count = {} # command_name: count @bot.event |