diff options
author | 2023-01-14 10:42:20 +0100 | |
---|---|---|
committer | 2023-02-19 14:42:20 +0100 | |
commit | 05c1d9d96c1154f365e75eefdd3df4995488e1c6 (patch) | |
tree | 2a701cc9dd078ab007b0644ff577cd0453112d7b | |
parent | build a new bookmark embed for the context menu command (diff) |
add formatting to the ephemeral embed
-rw-r--r-- | bot/exts/utilities/bookmark.py | 4 |
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, |