command commit
This commit is contained in:
parent
36b1445994
commit
aa0274ba22
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Mybot(commands.Cog):
|
|||
commits = projects.commits.list()[-number:]
|
||||
for commit in commits:
|
||||
detail = commit.attributes
|
||||
await ctx.channel.send(detail['title'] + ": " + detail['author_name'] + ": " '\n' + detail['web_url'])
|
||||
await ctx.channel.send("__" + detail['author_name'] + "__: " + detail['title'] + '\n' + detail['web_url'])
|
||||
|
||||
@commands.command()
|
||||
async def disconnect(self, ctx):
|
||||
|
|
Loading…
Reference in a new issue