We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74431c commit d902195Copy full SHA for d902195
intbot/core/bot/main.py
@@ -14,6 +14,7 @@
14
@bot.event
15
async def on_ready():
16
print(f"Bot is ready. Logged in as {bot.user}")
17
+ poll_database.start() # Start polling the database
18
19
20
@bot.command()
0 commit comments