fix issue print seconde edition
This commit is contained in:
parent
da70ab9d8c
commit
f74d152d81
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ class Mybot(commands.Cog):
|
||||||
for project in projects:
|
for project in projects:
|
||||||
if "Kabot" == project.name:
|
if "Kabot" == project.name:
|
||||||
issue = project.issues.create({'title': author})
|
issue = project.issues.create({'title': author})
|
||||||
await ctx.channel.send(issue.web_url)
|
|
||||||
logger.info("Issue created : %s" % issue.web_url)
|
logger.info("Issue created : %s" % issue.web_url)
|
||||||
else:
|
else:
|
||||||
await ctx.channel.send('unknown command')
|
await ctx.channel.send('unknown command')
|
||||||
|
|
Loading…
Reference in a new issue