From a6790533d15d43d6a3f2398eb77dc15863f60671 Mon Sep 17 00:00:00 2001 From: BFlow Date: Thu, 27 Aug 2020 18:03:18 +0200 Subject: [PATCH] test --- kabot/kabot/kabot.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index e81a7c9..adf26fb 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -79,9 +79,7 @@ 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.comments)) - await ctx.channel.send(commit.comment) - await ctx.channel.send(str(commit)) + await ctx.channel.send(commit.comments.list()) @commands.command() async def disconnect(self, ctx):