aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/utilities/bookmark.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/utilities/bookmark.py b/bot/exts/utilities/bookmark.py
index c8002b7e..092d6215 100644
--- a/bot/exts/utilities/bookmark.py
+++ b/bot/exts/utilities/bookmark.py
@@ -126,8 +126,8 @@ class Bookmark(commands.Cog):
"""Build the ephemeral embed to the bookmark requester."""
return discord.Embed(
description=(
- f"A bookmark for [this message]({target_message.jump_url})"
- f"has been successfully sent your way"
+ f"A bookmark for [this message]({target_message.jump_url}) "
+ f"has been successfully sent your way.\n"
f"Please check your DMs to retrieve it."
),
colour=Colours.soft_green,