diff options
author | 2020-08-29 16:39:41 -0700 | |
---|---|---|
committer | 2020-08-29 16:39:41 -0700 | |
commit | f2550a04ce9fc70e4a44990ab410975aeba68c40 (patch) | |
tree | 595fd5cfe6f322e7a453266e3bba388b14b73dc6 | |
parent | Removed the time utility and replaced it with the arrow package. (diff) |
Accidently commited tokens. All have been reset.
-rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 8e5a9d53..6cf5e9bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,13 +10,12 @@ services: restart: always environment: - - SEASONALBOT_TOKEN=NzQyMTI3NjUwMjM5NDE0MzUy.XzBmOw.F4UiLeZ1wH0yALV4_aov1Ol_kpg + - SEASONALBOT_TOKEN=yourtokenhere - SEASONALBOT_DEBUG=true # - SEASONALBOT_GUILD= # - SEASONALBOT_ADMIN_ROLE_ID= # - CHANNEL_ANNOUNCEMENTS= # - CHANNEL_DEVLOG= - - WOLFRAM_API_KEY=5WKXAG-W9X9TUG3J5 volumes: - /opt/pythondiscord/seasonalbot/log:/bot/bot/log |