Moved the 'Bot Started!' to where the bot is finished loading

This commit is contained in:
Logan Cusano
2022-02-18 23:36:41 -05:00
parent a67b5f845e
commit f00afa307a
2 changed files with 1 additions and 2 deletions

View File

@@ -44,8 +44,6 @@ def main():
if not discord_bot_client.check_device():
raise BotDeviceNotFound(config['Device Name'])
print("Bot started!")
discord_bot_client.start_bot()