diff options
| author | 2018-10-26 12:59:33 +0530 | |
|---|---|---|
| committer | 2018-10-26 12:59:33 +0530 | |
| commit | 75d9ba2bad71f4423d72197d408d1e61282ebeb2 (patch) | |
| tree | ed42612dbb439dbe2b8cbe91773f6feeadaec41b /bot/__main__.py | |
| parent | Add more spookifications. (diff) | |
Various minor fixes.
Diffstat (limited to '')
| -rw-r--r-- | bot/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py index ccd69b0b..f218443a 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -5,7 +5,7 @@ from traceback import format_exc from discord.ext import commands -HACKTOBERBOT_TOKEN = environ.get('HACKTOBERBOT_TOKEN') +HACKTOBERBOT_TOKEN = 'NDk5NjAzOTk1MzkyODY4MzU1.Dq3ITw.F0f45KYcZN1NgAyPIbrsgoz49Yo'#environ.get('HACKTOBERBOT_TOKEN') log = logging.getLogger() if HACKTOBERBOT_TOKEN: |