remove dumb templating
This commit is contained in:
parent
6705a83880
commit
a218eb606b
@ -1,4 +1,4 @@
|
|||||||
# [${REPO_NAME}](${REPO_LINK})
|
# ${REPO_NAME}
|
||||||
|
|
||||||
A quick rust-based discord bot template.
|
A quick rust-based discord bot template.
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# These will read from the .env file
|
# These will read from the .env file
|
||||||
# (They need double $ to escape from the templating (i think))
|
|
||||||
DISCORD_INTENTS: $${DISCORD_INTENTS}
|
DISCORD_INTENTS: $${DISCORD_INTENTS}
|
||||||
DISCORD_TOKEN: $${DISCORD_TOKEN}
|
DISCORD_TOKEN: $${DISCORD_TOKEN}
|
||||||
DISCORD_ID: $${DISCORD_ID}
|
DISCORD_ID: $${DISCORD_ID}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user