← back

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

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

→ view on github