Misa is a Discord bot created for the Misa Community. She's not just a bot — she's a character. Fofa, engraçada, animada e às vezes estressada. Misa helps manage the server, welcome new members and bring life to the community.
Created on March 5, 2026.
ping— shows bot latencyuserinfo [@member]— shows user informationavatar [@member]— shows user avatarbotinfo— shows Misa's informationconvite— generates a server invite link
misa— Misa responds based on her current moodhumor <state>— changes Misa's mood (Misa Owner only)- Mood states:
feliz,animada,cansada,estressada,curiosa
hug,kiss,cafune,highfive,attack,dance,laugh,cry- All commands support optional member mention
- Powered by Giphy API
anime <name>— search anime information- Powered by AniList GraphQL API
calcular <expression>— math calculatortraduzir <text>— auto-detect language and translate to Portugueseremind <time> <message>— set a reminder (supportss,m,h)
Automatic logging to #server-logs:
- Deleted messages
- Edited messages
- Members joining/leaving
- Roles added/removed
clear [amount]— delete messages (default: 10)slowmode <seconds>— set slowmode (0 to disable)lock— lock a channelunlock— unlock a channel
- XP gained per message with 60s cooldown (anti-spam)
- Automatic level up system
- Level up notification in channel
- Powered by MySQL
misa-bot/
│
├── cogs/
│ ├── commands.py
│ ├── events.py
│ ├── info.py
│ ├── logs.py
│ ├── misa.py
│ ├── moderation.py
│ ├── roleplay.py
│ ├── anime.py
│ ├── utils.py
│ ├── xp.py
│ └── slash.py
│
├── database.py
├── main.py
├── .env
└── requirements.txt
git clone https://github.com/guuhmartins/misa-bot
cd misa-bot
pip install -r requirements.txtCrie um arquivo .env:
DISCORD_TOKEN=your_token_here
GIPHY_KEY=your_giphy_key_here
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=misa_botpython main.pyCREATE DATABASE misa_bot;
USE misa_bot;
CREATE TABLE xp (
id INT AUTO_INCREMENT PRIMARY KEY,
usuario_id BIGINT NOT NULL,
servidor_id BIGINT NOT NULL,
xp INT DEFAULT 0,
nivel INT DEFAULT 1,
ultima_mensagem DATETIME,
UNIQUE KEY unique_usuario_servidor (usuario_id, servidor_id)
);- Welcome system
- Information commands
- Misa's personality & mood system
- Roleplay commands with GIFs
- Anime search
- Server logs
- Basic moderation
- Utility commands
- XP & level system
- XP rank command
- Auto roles by level
- Music system
- Advanced moderation
- Web dashboard
Misa was created to help manage and bring life to the Misa Community server. ≽(◉˕◉≼)マ
Developed with 💕 by Gustavo Henrique & Maria Clara
GitHub: https://github.com/guuhmartins & https://github.com/bezzr