that file is not needed, was from the Hello World

This commit is contained in:
2025-07-01 00:03:30 -04:00
parent a59242dbf4
commit 5cdd8cf51c

View File

@@ -1,7 +0,0 @@
# config.py
import os
from dotenv import load_dotenv
load_dotenv()
TOKEN = os.getenv('DISCORD_TOKEN')
GUILD = os.getenv('DISCORD_GUILD')