aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/icon.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/icon.ts')
-rw-r--r--src/commands/info/icon.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/icon.ts b/src/commands/info/icon.ts
index fa4968c..2a04a65 100644
--- a/src/commands/info/icon.ts
+++ b/src/commands/info/icon.ts
@@ -29,7 +29,7 @@ export default class IconCommand extends BushCommand {
format: 'png'
})!
)
- .setTitle(message.guild!.name);
+ .setTitle(util.discord.escapeMarkdown(message.guild!.name));
await message.util.reply({ embeds: [embed] });
}
}