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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user