From 6c882dd65298d178e56c2f8c013c0e3e7367dfd1 Mon Sep 17 00:00:00 2001 From: alsoGAMER <35269770+alsoGAMER@users.noreply.github.com> Date: Sat, 5 Dec 2020 18:48:02 +0100 Subject: [PATCH] Removed useless message at startup --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 3edbecc..5de7308 100644 --- a/bot.py +++ b/bot.py @@ -30,7 +30,6 @@ logging.warning("Database interaction complete") logging.warning("Starting bot") bot.run() - logging.warning("Bot started") except Exception as e: logging.warning(f"Stopping bot due to a {type(e).__name__}: {e}") bot.stop()