diff options
author | 2021-12-15 17:53:27 +0000 | |
---|---|---|
committer | 2021-12-15 17:53:27 +0000 | |
commit | 8f90473b096e84eb8c1b3ebfa00b9d2e3331cd73 (patch) | |
tree | a8a8f9433716f497f293b2cb2b55fcd1674680c6 /bot/exts/utilities/bookmark.py | |
parent | Adding suggestions, removing erroneous commit (diff) | |
parent | Merge pull request #980 from python-discord/dependabot/pip/lxml-4.6.5 (diff) |
Merge branch 'main' of https://github.com/python-discord/sir-lancebot
Diffstat (limited to 'bot/exts/utilities/bookmark.py')
-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 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 |