diff --git a/sausage_bot/util/config.py b/sausage_bot/util/config.py index a27287f..749a091 100755 --- a/sausage_bot/util/config.py +++ b/sausage_bot/util/config.py @@ -42,7 +42,6 @@ def config(): print( f'You need to set environment variables for the bot to work: {e}' ) - exit() try: intents = discord.Intents.all()