Fixed a mistake
This commit is contained in:
@ -35,7 +35,7 @@ class Nessa(discord.Client):
|
|||||||
print(f"Logged on as {self.user}!")
|
print(f"Logged on as {self.user}!")
|
||||||
self.tree.copy_global_to(guild=discord.Object(id=GUILD_ID))
|
self.tree.copy_global_to(guild=discord.Object(id=GUILD_ID))
|
||||||
await self.tree.sync(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...")
|
print("Starting reminder worker...")
|
||||||
|
|
||||||
async def reminder_worker(self):
|
async def reminder_worker(self):
|
||||||
|
Reference in New Issue
Block a user