Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.05 KB

discordice

Docker Hub build badge

discordice is a golang webservice to implement a Discord !roll command, taking any dice argument supported by my dice library.

Running the service

The service is most easily run as a docker container. The only configuration necessary is your incoming webhook integration URL.

docker run -d -e DISCORDICE_TOKEN="<your Discord token>" --name=discordice justinian/discordice

See the docker container builds at https://registry.hub.docker.com/u/justinian/discordice

To add my instance of discordice to your server, use this link.

Thanks

This repository mostly just steals from my slack dice bot and the discordgo airhorn example. Many thanks to bwmarrin for Discordgo and the great examples.