From ffb558be8d28449397f0f2e8b7fa9d59f2042a6f Mon Sep 17 00:00:00 2001 From: geirawsm Date: Wed, 27 Nov 2024 14:44:23 +0100 Subject: [PATCH] drop exit --- sausage_bot/util/config.py | 1 - 1 file changed, 1 deletion(-) 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()