diff options
Diffstat (limited to 'bot')
-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, |