mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 16:42:48 +00:00
use the real giphy end point
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
const (
|
||||
gifPrefix string = "!gif "
|
||||
userAgent string = "go-discord-bot"
|
||||
giphyURL string = "http://api.giphy.com/v1/stickers/search?&api_key=dc6zaTOxFJmzC&limit=10&q="
|
||||
giphyURL string = "http://api.giphy.com/v1/gifs/search?&api_key=dc6zaTOxFJmzC&limit=10&q="
|
||||
)
|
||||
|
||||
// GifHandler - handler for giphy api
|
||||
|
||||
Reference in New Issue
Block a user