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')