From 1dd31a4a817402919f453d3d45906c655c818514 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sun, 22 Nov 2020 20:29:59 +0000 Subject: [PATCH] Update kabot/kabot/kabot.py --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index c87ef0a..b3cfbfa 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -207,7 +207,7 @@ class Mybot(commands.Cog): api_key = "udhL9Rgdme3HpAoFhWVZoYM0l0XwkzLz" lang = 'fr' try: - api_response = api_instance.gifs_search_get(api_key, query, lang=lang, limit=10) + api_response = api_instance.gifs_search_get(api_key, query, lang=lang, limit=15) api_response.to_dict()['data'][0] get_url = random.choice(api_response.to_dict()['data']) get_url['url']