No description
Find a file
2021-05-30 17:36:29 +02:00
.drone.yml Added drone Config 2020-12-29 12:59:23 +01:00
.gitignore Added IDE Folders to gitignore 2020-11-08 19:05:36 +01:00
config.json Update config.json 2021-05-30 17:36:29 +02:00
docker-compose.yml Added Docker Support 2021-03-23 21:33:11 +02:00
Dockerfile Added Docker Support 2021-03-23 21:33:11 +02:00
go.mod fixed 2021-03-23 22:48:08 +02:00
main.go Update main.go 2021-05-06 07:33:38 +02:00
README.md Update README.md 2021-05-06 07:26:04 +02:00

UffBot

The most important discord-Bot!

go get github.com/bwmarrin/discordgo
go build main.go
.\main.exe -t "YOUR-USER-TOKEN"

or run it Dockerized

git clone https://github.com/Anvilcraft/UffBot
docker-compose up -d --build