Simple! Just click this link and select your server
## Commands * `!help` * Shows this list of commands
!sombra
- Posts this gif
!rip [name]
- Posts this image with name supplied
!retro [your], [text], [here]
- Generates retro text from here. Supports up to 3 lines (comma delimited).
!catfact
- Responds with a random cat fact
!swanson
- Response with a random Ron Swanson quote
!roll NdM
- Rolls M-sided dice N times; posts the sum
!reddit [subreddit] [query]
- Searches given subreddit with query and returns random top result.
- If no query is given, returns random current top subreddit item
Note: Ignores sticky posts
## Setup and Run
This assumes you already have a working Go environment, if not please see this page first.
Download dankbot:
go get github.com/coolbrow/dankbot
cd $GOPATH/src/github.com/coolbrow/dankbot
Create token file:
Note: Client tokens are found on your Discord application page
echo YOUR_CLIENT_TOKEN > token
Run DankBot:
./run.sh
And that's it!