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.',