aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-01-15 12:06:12 +0100
committerGravatar shtlrs <[email protected]>2023-02-19 14:42:20 +0100
commit329514bdafa6bb3f436d93b0e478b69f2d0d59c3 (patch)
tree162d859056b8ec5b8ca47d831f3c3eabcce2f5a9
parentadd formatting to the ephemeral embed (diff)
remove the call to action to check DMS for the bm
-rw-r--r--bot/exts/utilities/bookmark.py1
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,
)