123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "Name": "Decide",
- "ClassName": "Decide",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "Decide",
- "Description": "Makes a decision based on the options given.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "decide"
- ],
- "Arguments": [
- {
- "Name": "Options",
- "Description": "The options you want decided on for. Separate options by \u0002or\u0002.",
- "AllowedValues": [],
- "DependentArguments": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": true
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- }
- ],
- "Options": [
- {
- "Name": "Choice Prefixes",
- "Description": "The list of prefixes to use for when choosing an option.",
- "Value": [
- "Hm... I'd have to say",
- "Do",
- "Absolutly",
- "How about",
- "You should",
- "Possibly",
- "Not",
- "Please do"
- ]
- },
- {
- "Name": "Choice Answers",
- "Description": "The list of answers for a single option question.",
- "Value": [
- "Maybe...",
- "Sure!",
- "Just a little",
- "How about no",
- "Never in a million years",
- "But of course!",
- "Why not?",
- "Yes",
- "No",
- "Never",
- "Possibly",
- "Surely",
- "Very probable"
- ]
- }
- ]
- }
|