From 48d906bfd8fade21c13e73ea703ecb699a19c533 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 30 Mar 2025 17:39:45 -0400 Subject: More eslint styling --- bot/src/commands/quote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/commands/quote.js') diff --git a/bot/src/commands/quote.js b/bot/src/commands/quote.js index 3bc71d3..79f05de 100644 --- a/bot/src/commands/quote.js +++ b/bot/src/commands/quote.js @@ -152,7 +152,7 @@ export default { return await interaction.reply({ embeds: [quoteEmbed] }); } else { - return await interaction.reply({ content: 'Cannot find quote. Specify the correct quote ID.', flags: MessageFlags.Ephemeral}); + return await interaction.reply({ content: 'Cannot find quote. Specify the correct quote ID.', flags: MessageFlags.Ephemeral }); } } } -- cgit v1.2.3