diff options
author | Parker <contact@pkrm.dev> | 2024-03-31 01:08:13 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-03-31 01:08:13 -0500 |
commit | 6fca198184919c81e9d2129b2be24612c28825e2 (patch) | |
tree | 151da14c6908868fbc8d8191fe7a15cb07f1c006 /code/bot.py | |
parent | 978b6a48f2525f68ff3d2d66da56355d17cbd8d0 (diff) |
Black code reformatting
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 e7a2922..8114b04 100644 --- a/code/bot.py +++ b/code/bot.py @@ -10,7 +10,7 @@ class MyBot(commands.Bot): def __init__(self): super().__init__( command_prefix="***", - activity=discord.Game(name='music!'), + activity=discord.Game(name="music!"), intents=discord.Intents.default(), ) |