From 59ad7a22db59ff0e6e8a375e69e5842a7ebdce12 Mon Sep 17 00:00:00 2001 From: Commandtechno <68407783+Commandtechno@users.noreply.github.com> Date: Tue, 29 Jun 2021 21:50:01 -0500 Subject: [PATCH] Fix mispelling of extension https://en.wiktionary.org/wiki/extention --- backend/src/plugins/Utility/commands/JumboCmd.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/src/plugins/Utility/commands/JumboCmd.ts b/backend/src/plugins/Utility/commands/JumboCmd.ts index d31e2dcb..e3a21722 100644 --- a/backend/src/plugins/Utility/commands/JumboCmd.ts +++ b/backend/src/plugins/Utility/commands/JumboCmd.ts @@ -39,7 +39,7 @@ export const JumboCmd = utilityCmd({ const size = config.jumbo_size > 2048 ? 2048 : config.jumbo_size; const emojiRegex = new RegExp(`(<.*:).*:(\\d+)`); const results = emojiRegex.exec(args.emoji); - let extention = ".png"; + let extension = ".png"; let file; if (!isEmoji(args.emoji)) { @@ -50,19 +50,19 @@ export const JumboCmd = utilityCmd({ if (results) { let url = "https://cdn.discordapp.com/emojis/"; if (results[1] === "