diff options
| -rw-r--r-- | bot/cogs/filtering.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/cogs/filtering.py b/bot/cogs/filtering.py index 586c99174..70254fd88 100644 --- a/bot/cogs/filtering.py +++ b/bot/cogs/filtering.py @@ -111,8 +111,8 @@ class Filtering: message = ( f"The {filter_name} {_filter['type']} was triggered " f"by **{msg.author.name}#{msg.author.discriminator}** " - f"(`{msg.author.id}`) in <#{msg.channel.id}> with the " - f"following message:\n\n" + f"(`{msg.author.id}`) in <#{msg.channel.id}> with [the " + f"following message]({msg.jump_url}):\n\n" f"{msg.content}" ) |