From f6380de580fd1ad71192800dc56dcc2daf5c1872 Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 24 Apr 2020 12:18:42 +0200 Subject: [PATCH] =?UTF-8?q?correction=20n=C2=B03=20add=20author=20(!issue?= =?UTF-8?q?=20ad)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index db72461..924b188 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -159,7 +159,7 @@ class Mybot(commands.Cog): for issue in find_issues: await ctx.channel.send("#" + str(issue['id']) + ": " + issue['title'] + '\n' + issue['web_url']) elif args[0] == 'add': - title = ''.join(args[1:]) + title = ' '.join(args[1:]) author = title + ' - By ' + ctx.message.author.name projects = gl.projects.list() for project in projects: