| 1234567891011121314151617181920 |
- [
- {
- "tags": [ "tag1", "tag2" ],
- "mood_required": {
- "angry_min": 120,
- "angry_max": 1000
- },
- "mood_add": {
- "angry": 10,
- "funny": -10
- },
- "text": [
- "Ich habe keine Lust",
- "Ich will nicht",
- "Ich m�chte nicht"
- ],
- "actions": ["mute","s2t","memo"]
- }
- ]
|