diff options
Diffstat (limited to 'code/bot.py')
-rw-r--r-- | code/bot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/bot.py b/code/bot.py index b1996ab..983e92f 100644 --- a/code/bot.py +++ b/code/bot.py @@ -29,6 +29,7 @@ class MyBot(commands.Bot): bot = MyBot() bot.remove_command("help") bot.temp_command_count = {} # command_name: count +bot.autoplay = [] # guild_id, guild_id, etc. @bot.event |