From f2a706aa95b185fa2c5baa50bf748cc2e424337e Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 20 May 2021 15:31:44 +0100 Subject: [PATCH] :) --- src/commands/tag.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/tag.js b/src/commands/tag.js index f5d5866..cae8b09 100644 --- a/src/commands/tag.js +++ b/src/commands/tag.js @@ -106,6 +106,7 @@ module.exports = class TagCommand extends Command { args.ticket.topic = t_row.topic ? this.client.cryptr.decrypt(t_row.topic) : null; } + // note that this regex is slightly different to the other const text = tag.replace(/(? this.client.i18n.resolve(args, $1)); return await message.channel.send( new MessageEmbed()