diff options
author | Parker <contact@pkrm.dev> | 2024-04-11 00:37:27 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-04-11 00:37:27 -0500 |
commit | 757b31fe4ea4fcf09f724588c65e4318c8bea792 (patch) | |
tree | 50c2bb814ecf2b86db4a9ba0a1aaa1b5845e9faa /code/bot.py | |
parent | ca3d136126f2f8d6cf522502af3204c78fc45b22 (diff) |
Accept `black` code reformats
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 |