Some minor things ...
This commit is contained in:
parent
b0355cd332
commit
c28998b74a
3 changed files with 9 additions and 5 deletions
|
@ -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('------')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue