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:
@@ -8,6 +8,12 @@ module.exports = class NumberFactCommand extends Command {
|
||||
group: 'random',
|
||||
memberName: 'number-fact',
|
||||
description: 'Responds with a random fact about a specific number.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Numbers API',
|
||||
url: 'http://numbersapi.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'number',
|
||||
|
||||
Reference in New Issue
Block a user