From 6c507593f58dc01bf07d6f00d71c1f832ebe46f5 Mon Sep 17 00:00:00 2001 From: BFlow Date: Thu, 27 Aug 2020 17:59:26 +0200 Subject: [PATCH] test --- 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 5d68e12..e81a7c9 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -79,7 +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[0])) + await ctx.channel.send(dir(commit.comments)) await ctx.channel.send(commit.comment) await ctx.channel.send(str(commit))