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:
@@ -8,7 +8,13 @@ module.exports = class GithubZenCommand extends Command {
|
||||
aliases: ['gh-zen'],
|
||||
group: 'random',
|
||||
memberName: 'github-zen',
|
||||
description: 'Responds with a random GitHub design philosophy.'
|
||||
description: 'Responds with a random GitHub design philosophy.',
|
||||
credit: [
|
||||
{
|
||||
name: 'GitHub Zen API',
|
||||
url: 'https://api.github.com/zen'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user