test
This commit is contained in:
parent
ef1ff4e23c
commit
6c507593f5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Mybot(commands.Cog):
|
||||||
projects = gl.projects.list(search='Kabot')[0]
|
projects = gl.projects.list(search='Kabot')[0]
|
||||||
commits = projects.commits.list()[-5:]
|
commits = projects.commits.list()[-5:]
|
||||||
for commit in commits:
|
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(commit.comment)
|
||||||
await ctx.channel.send(str(commit))
|
await ctx.channel.send(str(commit))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue