From cab06ec0de644eb69523789f9ca24504e62b5bef Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Wed, 5 Jan 2022 01:05:19 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=BE=D0=B5=20=D1=81=D0=BE?= =?UTF-8?q?=D0=BA=D1=80=D0=B0=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20quote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/quote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/General/quote.js b/commands/General/quote.js index 57f88980..4478c560 100644 --- a/commands/General/quote.js +++ b/commands/General/quote.js @@ -8,7 +8,7 @@ class Quote extends Command { dirname: __dirname, enabled: true, guildOnly: true, - aliases: ["quoter"], + aliases: ["q"], memberPermissions: [], botPermissions: ["SEND_MESSAGES", "EMBED_LINKS"], nsfw: false,