diff options
| author | 2020-08-29 16:35:45 -0700 | |
|---|---|---|
| committer | 2020-08-29 16:37:17 -0700 | |
| commit | d472389b564ed5e343d40750b092680fcdf1e9fc (patch) | |
| tree | 5089fe2fe6ec99ed35976807ec471e89119e32dd /docker-compose.yml | |
| parent | Update bot/exts/evergreen/wolfram.py (diff) | |
Removed the time utility and replaced it with the arrow package.
Alphabetized the "Colours" NamedTuple in the constants file.
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 6cf5e9bd..8e5a9d53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,12 +10,13 @@ services: restart: always environment: - - SEASONALBOT_TOKEN=yourtokenhere + - SEASONALBOT_TOKEN=NzQyMTI3NjUwMjM5NDE0MzUy.XzBmOw.F4UiLeZ1wH0yALV4_aov1Ol_kpg - 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 |