From f74d152d81178a88f12b592aed6b508ed4b28084 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sat, 26 Dec 2020 18:47:05 +0100 Subject: [PATCH] fix issue print seconde edition --- kabot/kabot/kabot.py | 1 - 1 file changed, 1 deletion(-) 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')