creationtable reminder in ready()
This commit is contained in:
parent
9677f3534d
commit
a758d1c18c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@ client.load_extension("cogs.fun")
|
||||||
client.load_extension("cogs.school")
|
client.load_extension("cogs.school")
|
||||||
client.load_extension("cogs.citation")
|
client.load_extension("cogs.citation")
|
||||||
client.load_extension("cogs.confreriedukassoulait") # you can remove this cogs, only for my private guild
|
client.load_extension("cogs.confreriedukassoulait") # you can remove this cogs, only for my private guild
|
||||||
Reminder().creationTable()
|
|
||||||
print("Terminé !")
|
print("Terminé !")
|
||||||
|
|
||||||
@client.event
|
@client.event
|
||||||
|
@ -29,6 +28,7 @@ async def on_connect():
|
||||||
@client.event
|
@client.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
await client.change_presence(status = discord.Status.online, activity = discord.Activity(name = f"{customPrefix}help", type = discord.ActivityType.playing))
|
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.")
|
print("Bot prêt.")
|
||||||
|
|
||||||
@client.event
|
@client.event
|
||||||
|
|
Reference in a new issue