diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2023-12-22 14:35:42 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2023-12-22 14:35:42 +0000 |
commit | 11fc12e819e5f565d3c996b7de6bf22b6b2bd52c (patch) | |
tree | dc73245135245939392666b632014581b113cf9d /question_of_the_day | |
parent | b3cadb61824a3ae07de4ca2d89f405dc979e1326 (diff) | |
download | aps-cogs-11fc12e819e5f565d3c996b7de6bf22b6b2bd52c.tar aps-cogs-11fc12e819e5f565d3c996b7de6bf22b6b2bd52c.tar.gz aps-cogs-11fc12e819e5f565d3c996b7de6bf22b6b2bd52c.zip |
question_of_the_day: fix missing space in QOTD post
Diffstat (limited to 'question_of_the_day')
-rw-r--r-- | question_of_the_day/question_of_the_day.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |