removed pings and channel mentions from chain

This commit is contained in:
Lilac-Rose
2026-02-04 19:50:53 +01:00
parent 376bf08fca
commit db5faf4044
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ class ChainDetector(commands.Cog):
if not content:
return
if message.mentions or message.role_metions or message.channel_mentions or message.mention_everyone:
return
channel_id = message.channel.id
# Initialize cache for this channel

BIN
stats/stats.db-journal Normal file

Binary file not shown.