Fix Alias being used twice

This commit is contained in:
Dragon Fire
2020-05-23 12:07:40 -04:00
parent 1fd5c25900
commit 150525f939
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class TwoButtonsCommand extends Command {
constructor(client) {
super(client, {
name: 'two-buttons',
aliases: ['buttons', 'button'],
aliases: ['buttons'],
group: 'edit-meme',
memberName: 'two-buttons',
description: 'Sends a "Two Buttons" meme with the buttons of your choice.',