diff options
Diffstat (limited to 'bot')
| -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 f4d9b1b9..bf21b318 100644 --- a/bot/seasons/evergreen/bookmark.py +++ b/bot/seasons/evergreen/bookmark.py @@ -23,7 +23,7 @@ class Bookmark(commands.Cog):              *, title: str = "Bookmark"
      ) -> None:
          """Send the author a link to `target_message` via DMs."""
 -        log.info(f"{ctx.author} bookmarked {target_message.jump_url} with title {title}")
 +        log.info(f"{ctx.author} bookmarked {target_message.jump_url} with title '{title}'")
          embed = discord.Embed(
              title=title,
              colour=Colours.soft_green,
 | 
