From 3bb2c4741dad63339a182985d11b8e92aa2b6684 Mon Sep 17 00:00:00 2001 From: Navy Date: Mon, 21 Jun 2021 17:54:51 +0300 Subject: [PATCH] another alias for mmqueue --- structure/commands/Queue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure/commands/Queue.js b/structure/commands/Queue.js index fb76399..3654121 100644 --- a/structure/commands/Queue.js +++ b/structure/commands/Queue.js @@ -5,7 +5,7 @@ class Queue extends Command { constructor(client) { super(client, { name: 'queue', - aliases: ['mmq', 'mmqueue'] + aliases: ['mmq', 'mmqueue', 'q'] }); }