mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Credit Command
This commit is contained in:
@@ -14,6 +14,12 @@ module.exports = class GithubCommand extends Command {
|
||||
memberName: 'github',
|
||||
description: 'Responds with information on a GitHub repository.',
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'GitHub API',
|
||||
url: 'https://developer.github.com/v3/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'author',
|
||||
|
||||
Reference in New Issue
Block a user