diff options
author | 2021-04-20 19:14:10 +0300 | |
---|---|---|
committer | 2021-04-20 19:14:10 +0300 | |
commit | 8a73d2b5e71444595b72155d7106c0fc48eeb027 (patch) | |
tree | d8f03cdaab461cc136a8338f4134e3a37728668d | |
parent | Improve rediscache doc (diff) |
Remove allowed mentions in modlog alert
The modlog alert embed no longer pings everyone.
-rw-r--r-- | bot/exts/moderation/modlog.py | 3 |
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: |