{ "nickname": "yourbot", "channel": "yourchannel", "command_prefix": "!", "help": true, "commands": [ { "name": "ping", "aliases": ["pong"], "message": "Pong @{author} Kappa" } ], "timer": { "between": { "time": 10, "messages": 10 }, "strategy": "round-robin", "pool": [ { "name": "hello", "aliases": ["hi"], "message": "Hello World! HeyGuys" } ] } }