diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index cc98493..774268d 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -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')