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()