creationtable reminder in ready()

This commit is contained in:
Mylloon 2021-06-08 22:15:09 +02:00
parent 9677f3534d
commit a758d1c18c

View file

@ -19,7 +19,6 @@ client.load_extension("cogs.fun")
client.load_extension("cogs.school")
client.load_extension("cogs.citation")
client.load_extension("cogs.confreriedukassoulait") # you can remove this cogs, only for my private guild
Reminder().creationTable()
print("Terminé !")
@client.event
@ -29,6 +28,7 @@ async def on_connect():
@client.event
async def on_ready():
await client.change_presence(status = discord.Status.online, activity = discord.Activity(name = f"{customPrefix}help", type = discord.ActivityType.playing))
Reminder().creationTable()
print("Bot prêt.")
@client.event