diff options
| author | 2022-02-14 23:41:14 +0000 | |
|---|---|---|
| committer | 2022-02-14 23:41:14 +0000 | |
| commit | 657aaf5f613b0bd219d67c71f7dc37ede0bb6aab (patch) | |
| tree | 548e48ae21a98d5e6e16e8619d1af4ee75fe8b7a /bot/exts/utilities/bookmark.py | |
| parent | fix: Add newlines in codeblock formatting (diff) | |
| parent | Merge pull request #1026 from Shom770/fix-trivia-night (diff) | |
Merge branch 'main' into merge-github-issues
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 |