A simple Discord bot written in Golang that can provide basic user tools to a discord server.
!crypt "!crypt | !crypto | !btc"
- Responds with current BTC, ETH, and LTC prices.
!seen User Name
- Responds with time since user was last seen and their last comment.
!g Search Term
- Responds with top three search results from DuckDuckGo.
!choose this or that
- Returns one of the options randomly.
!set ticker on/off
- Turns on a crypto ticker in the status of the channel.
!news source
- Responds with top three headlines from source. drudge | hacker.
-
Perform a build for the enviornment you plan to run the bot in.
-
Set the following ENV Variables.
- DISCO_TOKEN The bot token that is provided by Discord.
- run