mirror of
https://github.com/Lilac-Rose/Lacie.git
synced 2026-08-28 11:44:48 -05:00
removed pings and channel mentions from chain
This commit is contained in:
@@ -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
BIN
stats/stats.db-journal
Normal file
Binary file not shown.
Reference in New Issue
Block a user