diff --git a/nessa/nessa.py b/nessa/nessa.py index 065e7e7..8829547 100644 --- a/nessa/nessa.py +++ b/nessa/nessa.py @@ -35,7 +35,7 @@ class Nessa(discord.Client): print(f"Logged on as {self.user}!") self.tree.copy_global_to(guild=discord.Object(id=GUILD_ID)) await self.tree.sync(guild=discord.Object(id=GUILD_ID)) - self.loop.create_task(reminder_worker()) + self.loop.create_task(self.reminder_worker()) print("Starting reminder worker...") async def reminder_worker(self):