mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Credit Command
This commit is contained in:
@@ -9,6 +9,12 @@ module.exports = class ChuckNorrisCommand extends Command {
|
||||
group: 'random',
|
||||
memberName: 'chuck-norris',
|
||||
description: 'Responds with a random Chuck Norris joke.',
|
||||
credit: [
|
||||
{
|
||||
name: 'The Internet Chuck Norris Database API',
|
||||
url: 'http://www.icndb.com/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'name',
|
||||
|
||||
Reference in New Issue
Block a user