remove dumb templating

This commit is contained in:
Oliver Atkinson 2023-11-02 23:39:46 -06:00
parent 6705a83880
commit a218eb606b
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# [${REPO_NAME}](${REPO_LINK})
# ${REPO_NAME}
A quick rust-based discord bot template.

View File

@ -7,7 +7,6 @@ services:
restart: always
environment:
# These will read from the .env file
# (They need double $ to escape from the templating (i think))
DISCORD_INTENTS: $${DISCORD_INTENTS}
DISCORD_TOKEN: $${DISCORD_TOKEN}
DISCORD_ID: $${DISCORD_ID}