My crappy discord bot that mostly contains personal related commands and stuff, the only thing that I guess can be useful for others is ETF2L/UGC/RGL parser.
Friendly reminder to myself in case I need to re-setup this on another VPS:
- Take Discord token from here
- Take Steam token from here
- Install Docker
- docker run -d -e DISCORDTOKEN="
le discord token
" -e STEAMTOKEN="le steam token
" --name neue simploka/neue:latest
- Make use of GitHub Actions for Docker image tagging & publishing as well as deployment of the bot itself
- Use a separate vars file and Docker volumes instead of env vars for token storage