aboutsummaryrefslogtreecommitdiff
path: root/question_of_the_day/question_of_the_day.py
diff options
context:
space:
mode:
Diffstat (limited to 'question_of_the_day/question_of_the_day.py')
-rw-r--r--question_of_the_day/question_of_the_day.py2
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(