Some minor things ...

This commit is contained in:
Uwe Pfeifer 2022-05-26 23:41:17 +02:00
parent b0355cd332
commit c28998b74a
3 changed files with 9 additions and 5 deletions

View file

@ -18,12 +18,13 @@ config = configparser.ConfigParser()
config.read('bot.ini')
bottoken = config['General']['bottoken']
bot = commands.Bot(command_prefix='.', description=description, intents=intents)
@bot.event
async def on_ready():
print(f'Logged in as {bot.user} (ID: {bot.user.id})')
print(f'pybot-f logged in as {bot.user} (ID: {bot.user.id})')
print('------')