fix issue print seconde edition

This commit is contained in:
Milka64 2020-12-26 18:47:05 +01:00
parent da70ab9d8c
commit f74d152d81

View file

@ -130,7 +130,6 @@ class Mybot(commands.Cog):
for project in projects:
if "Kabot" == project.name:
issue = project.issues.create({'title': author})
await ctx.channel.send(issue.web_url)
logger.info("Issue created : %s" % issue.web_url)
else:
await ctx.channel.send('unknown command')