Affichage du token du bot lors de la connexion
This commit is contained in:
parent
c4f7ba1e8e
commit
f33f1b8430
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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")
|
||||
|
|
Reference in a new issue