update log title
This commit is contained in:
parent
97220407f1
commit
8e1e5c1aa5
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -25,7 +25,7 @@ isConnected = False
|
|||
encoding = 'latin1'
|
||||
bot_version = '0.2'
|
||||
|
||||
print('radiobot ' + bot_version + ' starting')
|
||||
print('[INFO] radiobot ' + bot_version + ' starting')
|
||||
|
||||
@bot.event
|
||||
async def on_ready():
|
||||
|
|
Loading…
Reference in a new issue