123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "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": ""
- },
- {
- "Name": "Max Response Length",
- "Description": "The maximum length for the response to be.",
- "Value": 400
- }
- ]
- }
|