Discord bot ships with a rogue’s gallery of AI personas
A Groq-backed Discord bot that responds to mentions and DMs, bundled with seven selectable personalities ranging from snarky teen to unfiltered jailbreak.

What it does
This Python bot connects a Discord server to the Groq API for fast LLM responses. It watches for mentions, direct messages, and replies in channels toggled active via /toggleactive, and can be configured to speak one of twelve interface languages.
The interesting bit
Instead of a single system prompt, the bot offers seven canned personas—DAN, Ivan, Luna, Suzume, and others—each with a distinct voice and moral compass, selectable through config.yml. You can also write your own instructions in a plain .txt file, making this essentially glue between discord.py and Groq with a personality vending machine bolted on top.
Key highlights
- Hybrid slash and normal command support
- Mention recognition and channel-specific
/toggleactivemode - Seven built-in personalities plus custom instruction files
- Twelve interface languages from Turkish to Polish
- Environment-variable credential management and Docker support
Caveats
- The authors admit they are “too lazy to list all” commands beyond
/help - Documentation mixes
config.ymlandconfig.jsonreferences with stale line numbers - Several built-in personas are explicitly unfiltered or explicit, which may surprise server moderators
Verdict
Worth a look for Discord admins who want a drop-in LLM companion with personality presets. Avoid if you need rigorous docs, command transparency, or strict content moderation.
Frequently asked
- What is mishl-dev/Discord-AI-Chatbot?
- A Groq-backed Discord bot that responds to mentions and DMs, bundled with seven selectable personalities ranging from snarky teen to unfiltered jailbreak.
- Is Discord-AI-Chatbot open source?
- Yes — mishl-dev/Discord-AI-Chatbot is open source, released under the AGPL-3.0 license.
- What language is Discord-AI-Chatbot written in?
- mishl-dev/Discord-AI-Chatbot is primarily written in Python.
- How popular is Discord-AI-Chatbot?
- mishl-dev/Discord-AI-Chatbot has 1.4k stars on GitHub.
- Where can I find Discord-AI-Chatbot?
- mishl-dev/Discord-AI-Chatbot is on GitHub at https://github.com/mishl-dev/Discord-AI-Chatbot.