forked from Uncled1023/Combot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.1 KiB
109 lines
2.1 KiB
{ |
|
"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": "" |
|
} |
|
] |
|
} |