From da70ab9d8c56989f06e9552c954253265e0d7e92 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sat, 26 Dec 2020 18:34:36 +0100 Subject: [PATCH] fix issue print --- kabot/kabot/kabot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index f910438..cc98493 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -131,6 +131,7 @@ class Mybot(commands.Cog): 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')