Skip to content

justinian/discordice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Golang discord dice bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published