This commit is contained in:
BFlow 2020-08-27 17:59:26 +02:00
parent ef1ff4e23c
commit 6c507593f5

View file

@ -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))