aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-12-12 22:06:46 +0100
committerGravatar GitHub <[email protected]>2021-12-12 22:06:46 +0100
commit9202b432ccef1c13e476afd892fbd718397afa0c (patch)
tree7977ba500af8fea2420d0f5b74f332c3409bed71 /bot/exts/utilities
parentMerge pull request #977 from Akarys42/patch-1 (diff)
parentMerge branch 'main' into fix-message-converter (diff)
Merge pull request #974 from python-discord/fix-message-converter
Fix message converter
Diffstat (limited to 'bot/exts/utilities')
-rw-r--r--bot/exts/utilities/bookmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utilities/bookmark.py b/bot/exts/utilities/bookmark.py
index a11c366b..b50205a0 100644
--- a/bot/exts/utilities/bookmark.py
+++ b/bot/exts/utilities/bookmark.py
@@ -102,7 +102,7 @@ class Bookmark(commands.Cog):
"You must either provide a valid message to bookmark, or reply to one."
"\n\nThe lookup strategy for a message is as follows (in order):"
"\n1. Lookup by '{channel ID}-{message ID}' (retrieved by shift-clicking on 'Copy ID')"
- "\n2. Lookup by message ID (the message **must** have been sent after the bot last started)"
+ "\n2. Lookup by message ID (the message **must** be in the context channel)"
"\n3. Lookup by message URL"
)
target_message = ctx.message.reference.resolved