correction commande commit

This commit is contained in:
BFlow 2020-08-27 17:45:05 +02:00
parent cabbc221d1
commit 69bce93eb6

View file

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