diff options
Diffstat (limited to 'bot/src/commands/quote.js')
| -rw-r--r-- | bot/src/commands/quote.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 }); } } } |
