We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb537c commit ec10c02Copy full SHA for ec10c02
backend/main.py
@@ -49,7 +49,7 @@ async def start_background_tasks(self):
49
await self.discord_bot.load_extension("integrations.discord.cogs")
50
except (ImportError, commands.ExtensionError) as e:
51
logger.error("Failed to load Discord cog extension: %s", e)
52
-
+
53
# Start the bot as a background task.
54
asyncio.create_task(
55
self.discord_bot.start(settings.discord_bot_token)
@@ -127,4 +127,4 @@ async def favicon():
127
host="0.0.0.0",
128
port=8000,
129
reload=True
130
- )
+ )
0 commit comments