mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 00:08:06 +02:00
Credit Command
This commit is contained in:
@@ -7,7 +7,13 @@ module.exports = class FactCoreCommand extends Command {
|
||||
name: 'fact-core',
|
||||
group: 'random',
|
||||
memberName: 'fact-core',
|
||||
description: 'Responds with a random Fact Core quote.'
|
||||
description: 'Responds with a random Fact Core quote.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Portal 2',
|
||||
url: 'http://www.thinkwithportals.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user