Skip to content

v1km4n/neue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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