Golang bot for managing discord verifications
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.nightmare.haus/rudi/disgord-thanos |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/bwmarrin/discordgo v0.23.2 |
|
github.com/gorilla/mux v1.8.0 |
|
github.com/gorilla/sessions v1.2.1 |
|
github.com/rudi9719/loggy v0.0.0-20201031035735-9438c484de9a |
|
)
|
|
|