mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Fix Alias being used twice
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user