correction n°2 add author (!issue ad)
This commit is contained in:
parent
98f4ae45ab
commit
2f591a82e5
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ class Mybot(commands.Cog):
|
|||
for issue in find_issues:
|
||||
await ctx.channel.send("#" + str(issue['id']) + ": " + issue['title'] + '\n' + issue['web_url'])
|
||||
elif args[0] == 'add':
|
||||
title = ' '.join(args[1:])
|
||||
author = title + ' - By ' + ctx.message.author.nick
|
||||
title = ''.join(args[1:])
|
||||
author = title + ' - By ' + ctx.message.author.name
|
||||
projects = gl.projects.list()
|
||||
for project in projects:
|
||||
if "Kabot" == project.name:
|
||||
|
|
Loading…
Reference in a new issue