diff options
author | 2023-03-03 12:06:59 -0600 | |
---|---|---|
committer | 2023-03-03 12:06:59 -0600 | |
commit | 244be238d8d6c6bbfca29b0a2033ed23d0469f96 (patch) | |
tree | 0c3e76f06fc1ee4fe08d401d74836c42607af9dd | |
parent | Remove typing.Union import (diff) |
Fix build_bookmark_embed formatting issue
-rw-r--r-- | bot/exts/utilities/bookmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utilities/bookmark.py b/bot/exts/utilities/bookmark.py index ab457887..1af716bc 100644 --- a/bot/exts/utilities/bookmark.py +++ b/bot/exts/utilities/bookmark.py @@ -154,7 +154,7 @@ class Bookmark(commands.Cog): """Build the channel embed to the bookmark requester.""" return discord.Embed( description=( - f"Click the button to be sent your very own bookmark to" + f"Click the button to be sent your very own bookmark to " f"[this message]({target_message.jump_url})." ), colour=Colours.soft_green, |