Bug Fixes

This commit is contained in:
Daniel Odendahl Jr
2018-09-13 02:00:09 +00:00
parent 8b4f00f736
commit f0a6869c85
9 changed files with 46 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = class WouldYouRatherCommand extends Command {
constructor(client) {
super(client, {
name: 'would-you-rather',
aliases: ['wy-rather'],
aliases: ['wy-rather', 'wyr'],
group: 'random',
memberName: 'would-you-rather',
description: 'Responds with a random "Would you rather ...?" question.'