From 150525f939dfbb0e65f9e88b57bd9e511c1d3ab8 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 May 2020 12:07:40 -0400 Subject: [PATCH] Fix Alias being used twice --- commands/edit-meme/two-buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-meme/two-buttons.js b/commands/edit-meme/two-buttons.js index dccc88d0..ee12c3ae 100644 --- a/commands/edit-meme/two-buttons.js +++ b/commands/edit-meme/two-buttons.js @@ -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.',