aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2018-09-26 08:33:57 +0100
committerGravatar Jeremiah Boby <[email protected]>2018-09-26 08:33:57 +0100
commit4a68e0e7f9d01afb548ec2afcc5e780346fdbf67 (patch)
tree62a8959aabb9501ca66478476abf8a6439d6360d
parentMerge branch 'patch-1' into 'master' (diff)
Added link to relevant message in filtered alerts
-rw-r--r--bot/cogs/filtering.py4
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}"
)