123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "Name": "Github",
- "ClassName": "Github",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "Github Information",
- "Description": "Gets a nicks Github information.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "git",
- "github"
- ],
- "Arguments": [
- {
- "Name": "Username",
- "Description": "The Github username for the information you want.",
- "AllowedValues": [],
- "DependentArguments": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": false
- },
- {
- "Name": "Repository",
- "Description": "The repository you want information on.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": false
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Repository Information",
- "Description": "Search for a Github repository.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "repo",
- "repository"
- ],
- "Arguments": [
- {
- "Name": "Repository",
- "Description": "The name of the repository you want to view.",
- "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": "Token",
- "Description": "The bot's github access token.",
- "Value": ""
- }
- ]
- }
|