diff --git a/app/discord_bot.py b/app/discord_bot.py index e497b38..e496eb8 100644 --- a/app/discord_bot.py +++ b/app/discord_bot.py @@ -22,7 +22,6 @@ from dotenv import load_dotenv load_dotenv() DISCORD_BOT_TOKEN = os.getenv('DISCORD_BOT_TOKEN') -print(DISCORD_BOT_TOKEN or 'FAILED TO PRINT BOT TOKEN') # Configure logging logger = logging.getLogger(__name__) diff --git a/app/supporting_scripts/seed.py b/clear_db.py similarity index 100% rename from app/supporting_scripts/seed.py rename to clear_db.py