From b95f4e00566dc4b99527f6771d56a5e557779e66 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 23 Feb 2022 22:00:23 -0500 Subject: feat: prefer bold over inline codeblocks --- src/commands/moulberry-bush/capes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/moulberry-bush/capes.ts') diff --git a/src/commands/moulberry-bush/capes.ts b/src/commands/moulberry-bush/capes.ts index 551a5c6..ab9e8a7 100644 --- a/src/commands/moulberry-bush/capes.ts +++ b/src/commands/moulberry-bush/capes.ts @@ -68,7 +68,7 @@ export default class CapesCommand extends BushCommand { const embed = this.makeEmbed(cape); await DeleteButton.send(message, { embeds: [embed] }); } else { - await message.util.reply(`${util.emojis.error} Cannot find a cape called \`${args.cape}\`.`); + await message.util.reply(`${util.emojis.error} Cannot find a cape called ${util.format.input(args.cape)}.`); } } else { const embeds: APIEmbed[] = capes.map(this.makeEmbed); -- cgit