diff options
author | 2023-01-15 12:06:12 +0100 | |
---|---|---|
committer | 2023-02-19 14:42:20 +0100 | |
commit | 329514bdafa6bb3f436d93b0e478b69f2d0d59c3 (patch) | |
tree | 162d859056b8ec5b8ca47d831f3c3eabcce2f5a9 /bot/exts/utilities/bookmark.py | |
parent | add formatting to the ephemeral embed (diff) |
remove the call to action to check DMS for the bm
Diffstat (limited to 'bot/exts/utilities/bookmark.py')
-rw-r--r-- | bot/exts/utilities/bookmark.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/utilities/bookmark.py b/bot/exts/utilities/bookmark.py index 092d6215..473ecedc 100644 --- a/bot/exts/utilities/bookmark.py +++ b/bot/exts/utilities/bookmark.py @@ -128,7 +128,6 @@ class Bookmark(commands.Cog): description=( 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, ) |