Skip to content

Commit d902195

Browse files
committed
poll database for messages
1 parent a74431c commit d902195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intbot/core/bot/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
@bot.event
1515
async def on_ready():
1616
print(f"Bot is ready. Logged in as {bot.user}")
17+
poll_database.start() # Start polling the database
1718

1819

1920
@bot.command()

0 commit comments

Comments
 (0)