🤖 Discord Moderator & Fun Bot
March, 2023
🧩 Overview
A multipurpose Discord bot built for moderation and fun features. It identifies phrases or triggers in messages using vectorization (collections module) and cosine similarity to respond intelligently.
⚙️ Features
- Detects similar phrases using vector-based text comparison.
- Warns or reacts based on context.
- Fun commands and automated replies.
🧠 How It Works
Messages are converted into token frequency vectors and compared to pre-defined patterns. Using cosine similarity, the bot determines if a message matches any command or moderation trigger.
🛠️ Stack
- Python
- Discord.py
- Collections, Numpy