Update bot.py

This commit is contained in:
ITbyHF 2020-09-02 23:03:05 +02:00 committed by GitHub
parent 64389c56f0
commit 246feef307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from hashlib import md5
import random
import string
bot = commands.Bot(command_prefix=prefix
bot = commands.Bot(command_prefix=prefix)
@bot.event #print the username and id to the console and change the game status
async def on_ready():
print('Logged in as')