diff --git a/README.md b/README.md index 201ff79..aab47d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [${REPO_NAME}](${REPO_LINK}) +# ${REPO_NAME} A quick rust-based discord bot template. diff --git a/docker-compose.yaml b/docker-compose.yaml index 3528ebf..c73eb89 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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}