Affichage du token du bot lors de la connexion

This commit is contained in:
Mylloon 2020-11-24 11:52:03 +01:00
parent c4f7ba1e8e
commit f33f1b8430

View file

@ -11,7 +11,7 @@ client = commands.Bot(command_prefix = ".", case_insensitive = True, intents = d
@client.event
async def on_connect():
print("Connecté.")
print(f"Connecté avec le token : {token}.")
print("Chargement des extensions & librairie...")
client.load_extension("cogs.commands")
client.load_extension("cogs.help")