diff options
author | 2021-08-16 15:41:40 +0530 | |
---|---|---|
committer | 2021-10-11 12:05:45 +0530 | |
commit | 6965c0868bb6230c35eca9dac4541e5e904b7575 (patch) | |
tree | 85d24965605c50c9ac13158ce6d6a779db3f38be | |
parent | Mock id,content attribute rather than type casting (diff) |
Correct log trace link to show the correct behaviour
-rw-r--r-- | bot/exts/moderation/incidents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/incidents.py b/bot/exts/moderation/incidents.py index 8d255071a..2de7dd666 100644 --- a/bot/exts/moderation/incidents.py +++ b/bot/exts/moderation/incidents.py @@ -594,7 +594,7 @@ class Incidents(Cog): return embeds log.trace( - f"Skipping discord message link detection on {message.id}: message doesn't qualify." + f"No message links detected on incident message with id {message.id}." ) async def send_message_link_embeds( |