mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Auto-Aliases
This commit is contained in:
@@ -4,9 +4,9 @@ const facts = require('./facts');
|
||||
module.exports = class FactCoreCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'factcore',
|
||||
name: 'fact-core',
|
||||
group: 'response',
|
||||
memberName: 'factcore',
|
||||
memberName: 'fact-core',
|
||||
description: 'Says a random Fact Core quote.'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user