1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 09:32:50 +00:00

added giphy roulette support

This commit is contained in:
2017-03-29 22:09:48 -05:00
parent 8e7968339c
commit f463209191
3 changed files with 60 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ func main() {
//add handlers
bot.AddHandler(bothandlers.SoundsHandler)
bot.AddHandler(bothandlers.GifHandler)
// start new go routine for the discord websockets
go bot.Start()