From 11fc12e819e5f565d3c996b7de6bf22b6b2bd52c Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Fri, 22 Dec 2023 20:05:42 +0530 Subject: question_of_the_day: fix missing space in QOTD post --- question_of_the_day/question_of_the_day.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'question_of_the_day/question_of_the_day.py') diff --git a/question_of_the_day/question_of_the_day.py b/question_of_the_day/question_of_the_day.py index 92335ba..bda4dc9 100644 --- a/question_of_the_day/question_of_the_day.py +++ b/question_of_the_day/question_of_the_day.py @@ -336,7 +336,7 @@ class QuestionOfTheDay(commands.Cog): description=question["question"] + "\n" + redbot.core.utils.chat_formatting.italics( - "asked by" + asked_by.mention + "asked by " + asked_by.mention ) ) embed.set_author( -- cgit v1.2.3-57-g22cb