Spice up your discord server with some superevents !
The aim of this bot is to create "superevents", inspired by HOI4 mods like TNO, or Kaiserredux. It contains a title, a subtitle, a description, a quote, and an image.
To get started you'll need to create a discord application, make it a bot and get the token for the bot. You'll also need a firebase account with a firestore db, and the Authentication Json File.
Fill in this data in the app.env
file, which you can create following the app.env.example
file.
Download the source code, install deps
go get github.com/spf13/viper
go get firebase.google.com/go
go get github.com/bwmarrin/discordgo
go get github.com/lus/dgc
and run go build
.
An issue ? open an issue !
GPL V3