NLP Commands (Natural Language)
Control Yume-chan by mentioning it with natural language. No need to remember slash commands.
How to Use​
Simply mention the bot followed by what you want to do:
@Yume-chan play hard techno
@Yume-chan generate an image of a samurai cat
@Yume-chan how much money do I have
@Yume-chan blackjack 500
@Yume-chan feed my pet
@Yume-chan pause
@Yume-chan what's playing
Supported Commands​
Music​
| Example | Action |
|---|---|
play lofi chill | Play music |
pause | Pause playback |
resume / continue | Resume |
next / skip | Skip to next |
stop the music | Stop and disconnect |
what's playing | Show current song |
queue | Show the queue |
volume 50 | Adjust volume |
shuffle | Shuffle the queue |
Images​
| Example | Action |
|---|---|
generate a fire dragon | Create an image with AI |
draw an anime landscape | Create an image |
Economy​
| Example | Action |
|---|---|
how much money do I have | Show your balance |
daily | Claim daily reward |
weekly | Claim weekly reward |
work | Work for Yumes |
Games​
| Example | Action |
|---|---|
blackjack 500 | Play blackjack |
slots 100 | Slot machine |
coinflip 200 | Coin flip |
dice 150 | Dice game |
roulette 300 | Roulette |
crash 100 | Crash |
mines 200 | Mines |
Pets​
| Example | Action |
|---|---|
feed my pet | Feed |
how is my pet | View status |
play with my pet | Play |
clean my pet | Clean |
Other​
| Example | Action |
|---|---|
help | Show help |
How It Works​
The system uses 3 levels of intent detection:
- Gemini 2.0 Flash (primary) - Google AI, high precision, free
- Groq Llama 3.3 70B (fallback) - Ultra fast, free
- Regex Patterns (final fallback) - No AI, predefined patterns
When you type @Yume-chan play hard techno, the system:
- Detects you want to play music
- Extracts the query: "hard techno"
- Internally executes
/music play query:hard techno
Tier Limits​
| Tier | Daily Limit |
|---|---|
| FREE | 15 commands/day |
| STARTER | 50 commands/day |
| PRO | 150 commands/day |
| ULTRA | Unlimited |
Slash commands (/) have no limit and are always available as an alternative.
Languages​
The system understands both Spanish and English:
@Yume-chan play some lofi beats (English)
@Yume-chan pon algo de lofi (Spanish)
Notes​
- Only works when mentioning the bot (
@Yume-chan) - You need to be in a voice channel for music commands
- If the AI doesn't understand your message, it simply doesn't respond (no false positives)
- The confidence threshold is 0.75 — ambiguous messages are ignored