From ebae4dabbd6cfa1074d04f64149735965eb9a693 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sun, 13 Dec 2020 18:10:29 +0100 Subject: [PATCH] fuuuuuuu #23 --- kabot/kabot/kabot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index ad70796..67f57c6 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -86,6 +86,9 @@ class Mybot(commands.Cog): for commit in commits: detail = commit.attributes await ctx.channel.send("__" + detail['author_name'] + "__: " + detail['title'] + '\n' + detail['web_url']) + else: + await ctx.channel.send("-_-") + @commands.command(help='clear cache youtube dl') async def cache_clear(self, ctx): @@ -535,7 +538,7 @@ def main(): logger.info("Initialisation de Kabot") token = "NjI3MTM3NDY1MDA5ODMxOTQ2.Xxl5dg.-eXs6op39SyB1psp4QZIXv7kPuY" gl_url = 'https://git.0w.tf/' - gl_token='s-e3HXBUTroL52cNkAbe' + gl_token = 'f_CzDU_3FzMCMfAqDiCq' gif_token = "udhL9Rgdme3HpAoFhWVZoYM0l0XwkzLz" bot = commands.Bot( command_prefix='!',