diff --git a/exclamation_mark_charity/__init__.py b/exclamation_mark_charity/__init__.py index 0e09845..a31f324 100644 --- a/exclamation_mark_charity/__init__.py +++ b/exclamation_mark_charity/__init__.py @@ -7,7 +7,7 @@ from dotenv import load_dotenv load_dotenv() # Constants -BOT_TOKEN = os.environ.get("BOT_TOKEN") +BOT_TOKEN = os.environ.get("CHARITY_BOT_TOKEN") BOT_PREFIX = "!" # Set Up Logging