12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "Name": "Help",
- "ClassName": "Help",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "Help",
- "Description": "Displays help information for the bot.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "help"
- ],
- "Arguments": [
- {
- "Name": "Command",
- "Description": "The command you want specific help on.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": false
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- }
- ],
- "Options": []
- }
|