mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
Auto-Aliases
This commit is contained in:
@@ -5,12 +5,12 @@ const request = require('superagent');
|
||||
module.exports = class WouldYouRatherCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'wouldyourather',
|
||||
name: 'would-you-rather',
|
||||
aliases: [
|
||||
'wyrather'
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'wouldyourather',
|
||||
memberName: 'would-you-rather',
|
||||
description: 'Gets a random would you rather question.'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user