aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2021-04-20 19:14:10 +0300
committerGravatar GitHub <[email protected]>2021-04-20 19:14:10 +0300
commit8a73d2b5e71444595b72155d7106c0fc48eeb027 (patch)
treed8f03cdaab461cc136a8338f4134e3a37728668d
parentImprove rediscache doc (diff)
Remove allowed mentions in modlog alert
The modlog alert embed no longer pings everyone.
-rw-r--r--bot/exts/moderation/modlog.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/exts/moderation/modlog.py b/bot/exts/moderation/modlog.py
index 5e8ea595b..e92f76c9a 100644
--- a/bot/exts/moderation/modlog.py
+++ b/bot/exts/moderation/modlog.py
@@ -127,8 +127,7 @@ class ModLog(Cog, name="ModLog"):
log_message = await channel.send(
content=content,
embed=embed,
- files=files,
- allowed_mentions=discord.AllowedMentions(everyone=True)
+ files=files
)
if additional_embeds: