Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 886 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 886 Bytes

neue

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.

Installation

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

TODO

  • 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