diff options
author | 2019-12-09 23:27:21 +0100 | |
---|---|---|
committer | 2019-12-09 23:27:21 +0100 | |
commit | b6690f24f966d29872c8a418c30b0f69b11f0cdd (patch) | |
tree | e80889b4aae8cbdebf9d13195e0f69ee26a7a876 | |
parent | Improve wording of cog docstring (diff) |
Adjust hyperlink text
-rw-r--r-- | bot/seasons/evergreen/bookmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/bookmark.py b/bot/seasons/evergreen/bookmark.py index f71d3bbd..bd40993a 100644 --- a/bot/seasons/evergreen/bookmark.py +++ b/bot/seasons/evergreen/bookmark.py @@ -29,7 +29,7 @@ class Bookmark(commands.Cog): colour=Colours.soft_green,
description=(
f"{target_message.content}\n\n"
- f"[Give it a visit.]({target_message.jump_url})"
+ f"[Visit original message]({target_message.jump_url})"
)
)
embed.set_author(name=target_message.author, icon_url=target_message.author.avatar_url)
|