#EndwalkerBot
Simple Discord bot that responds to a single command (!finaldays
) and responds with the numbers of days until Endwalker early access and the offical launch happen
- Install Docker
- Install VS Code
- Install the VS Code Remote - Containers extension
- Follow Mathias' instructions under Prequisities/Setup
- Using the token from the previous step either
- From the command line run
export DiscordConfig__BotToken=<yourtoken>
. This will make the token available to the app as long as you run the app from the same terminal session. I prefer doing it this way so I don't accidentally commit/push a token to GitHub - Paste the token into the
AppSettings.Json
forDiscordConfig.BotToken
- From the command line run