Skip to content

Commit

Permalink
Remove dotenv, no longer usno longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeamccarthy committed Jun 11, 2021
1 parent a5e4c5b commit 3e9e9df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mentalHealthBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from keepalive import keepalive

# enter token for the server
from dotenv import load_dotenv
load_dotenv()
TOKEN = os.getenv('DISCORD_TOKEN')
# enter application id

Expand Down

0 comments on commit 3e9e9df

Please sign in to comment.