Parcourir la source

bot core innit

tags/v1.0.0
roxie il y a 6 ans
Parent
révision
1ad6f3cbbb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      main.py

+ 1
- 1
main.py Voir le fichier

@@ -14,4 +14,4 @@ bot = commands.Bot(command_prefix=command_prefix)
async def on_ready():
print("Client Logged In")

bot.run()
bot.run(token)

Chargement…
Annuler
Enregistrer