From f1a61782d45db6d65c63ba62e88e86134b871347 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Mon, 9 Dec 2019 22:15:04 +0100 Subject: Log title wrapped in single quotes for readability --- bot/seasons/evergreen/bookmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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, -- cgit v1.2.3