This commit is contained in:
BFlow 2020-08-27 17:56:21 +02:00
parent c861d2b854
commit ef1ff4e23c

View file

@ -79,6 +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(commit.comment)
await ctx.channel.send(str(commit))