From 6fca198184919c81e9d2129b2be24612c28825e2 Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 31 Mar 2024 01:08:13 -0500 Subject: Black code reformatting --- code/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/bot.py') 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(), ) -- cgit v1.2.3-70-g09d2