12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "Name": "Wolfram Alpha",
- "ClassName": "Wolfram_Alpha",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "Wolfram Alpha Search",
- "Description": "Executes your query in the Wolfram Alpha engine.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "wa"
- ],
- "Arguments": [
- {
- "Name": "Query",
- "Description": "The query you want to search for.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": true
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- }
- ],
- "Options": [
- {
- "Name": "API",
- "Description": "The API key for Wolfram Alpha.",
- "Value": "892JG5-XVQVU5JUEW"
- }
- ]
- }
|