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='!',