From 8e1e5c1aa50d70a7997212ba8c579be3a597d0d5 Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 28 Mar 2022 11:21:01 -0400 Subject: [PATCH] update log title --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c46ae9a..e092d47 100644 --- a/main.py +++ b/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():