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.
This sparked my interest in Sentence Transformers.
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.
tech stack
- Python
- Discord.py
- Collections, Numpy