From 69bce93eb69ee885967d7da99d032e936f322b69 Mon Sep 17 00:00:00 2001 From: BFlow Date: Thu, 27 Aug 2020 17:45:05 +0200 Subject: [PATCH] correction commande commit --- 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 d6c5d65..e963ff6 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -79,9 +79,9 @@ class Mybot(commands.Cog): projects = gl.projects.list(search='Kabot')[0] commits = projects.commits.list()[-5:] for commit in commits: + await ctx.channel.send(dir(commit)) await ctx.channel.send(commit.comment) await ctx.channel.send(commit.str) - await ctx.channel.send(dir(commit)) @commands.command() async def disconnect(self, ctx):