diff --git a/events/chain.py b/events/chain.py index b69338a..5d19847 100644 --- a/events/chain.py +++ b/events/chain.py @@ -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 diff --git a/stats/stats.db-journal b/stats/stats.db-journal new file mode 100644 index 0000000..8254b70 Binary files /dev/null and b/stats/stats.db-journal differ