diff --git a/public/scripts/slash-commands/SlashCommandClosure.js b/public/scripts/slash-commands/SlashCommandClosure.js index 67cc9e380..a6c10cbc2 100644 --- a/public/scripts/slash-commands/SlashCommandClosure.js +++ b/public/scripts/slash-commands/SlashCommandClosure.js @@ -54,7 +54,7 @@ export class SlashCommandClosure { } break; } else { - done = `${before}${replacer}`; + done = `${done}${before}${replacer}`; remaining = after; } }