diff --git a/bot.py b/bot.py index edd7910..4244e2a 100644 --- a/bot.py +++ b/bot.py @@ -298,6 +298,7 @@ async def on_ready(): await client.change_presence(activity=discord.Game(name="Axe Throwing Darts")) await client.tree.sync() check_self.start() + check_data_q.start() @client.event