123456789101112131415161718192021222324252627282930313233343536373839 |
- REWARDS = {
- "hydrate": {
- "price": 14,
- "type": "redeem",
- "info": "I\'ll have a sip of my drink",
- "categories": [
- "alwaysactive"
- ],
- "cooldown": 0
- },
- "playgame": {
- "price": 1,
- "type": "vote",
- "info": "Should I play a game?",
- "categories": [
- "gaming"
- ],
- "cooldown": 0
- },
- "wearhat": {
- "target": 200,
- "type": "goal",
- "info": "I'll wear a hat.",
- "categories": [
- "alwaysactive"
- ],
- "cooldown": 0
- },
- "doathing": {
- "price": 100,
- "type": "special",
- "cmd": "/path/to/doathing.script",
- "info": "Executes a command on the host system.",
- "categories": [
- "alwaysactive"
- ],
- "cooldown": 0
- }
- }
|