Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from ajsya/heroku
Browse files Browse the repository at this point in the history
Heroku Bug Fixes
  • Loading branch information
ajsya authored Apr 16, 2021
2 parents 29d1e52 + c9ec348 commit 875411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
load_dotenv()

id = os.getenv("ID")
secret = os.getenv("Secret")
secret = os.getenv("SECRET")
token = os.getenv("TOKEN")

client = commands.Bot(command_prefix='?')
Expand Down

0 comments on commit 875411e

Please sign in to comment.