We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ade26 commit e6ce22eCopy full SHA for e6ce22e
Procfile
@@ -0,0 +1 @@
1
+worker: python bot.py
bot.py
@@ -56,7 +56,7 @@ def _add_commands(self):
56
def token(self):
57
'''Returns your token wherever it is'''
58
try:
59
- with open('data/config.json') as f:
+ with open('config.json') as f:
60
config = json.load(f)
61
if config.get('TOKEN') == "your_token_here":
62
if not os.environ.get('TOKEN'):
requirements.txt
+git+https://github.com/Rapptz/discord.py@rewrite
0 commit comments