Skip to content

Commit

Permalink
Removed useless message at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
alsoGAMER authored Dec 5, 2020
1 parent aa1326a commit 6c882dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 6c882dd

Please sign in to comment.