Merge pull request #4 from dustinpianalto/development

Set the default prefix correctly for production
This commit is contained in:
Dusty.P
2020-04-07 22:43:12 -08:00
committed by GitHub
+1 -1
View File
@@ -42,7 +42,7 @@ ENV REDIS_DB 0
ENV REDIS_HOST redis.geeksbot.com
ENV REDIS_PORT 6379
ENV USE_DOCKER yes
ENV DISCORD_DEFAULT_PREFIX g#
ENV DISCORD_DEFAULT_PREFIX g$
ENV PYTHONPATH /code
COPY entrypoint .