Add debug statement

pull/1/head
Mark Veidemanis 2 years ago
parent 9c9d49dcd2
commit 91e18c60e6
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -7,6 +7,7 @@ from sources.dis import DiscordClient
# For development
if not getenv("DISCORD_TOKEN", None):
print("Could not get Discord token, attempting load from .env")
from dotenv import load_dotenv
load_dotenv()

Loading…
Cancel
Save