aboutsummaryrefslogtreecommitdiff
path: root/bot/src/commands/quote.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-30 17:39:45 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-30 17:39:45 -0400
commit48d906bfd8fade21c13e73ea703ecb699a19c533 (patch)
tree8551fd01f1cc146d1f2d5d3afaa75b257e833060 /bot/src/commands/quote.js
parentd37cc8c56cbf8c9ffe7023c671abe0d579ea875d (diff)
downloadAleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.tar.gz
AleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.tar.bz2
AleeBot-48d906bfd8fade21c13e73ea703ecb699a19c533.zip
More eslint styling
Diffstat (limited to 'bot/src/commands/quote.js')
-rw-r--r--bot/src/commands/quote.js2
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 });
}
}
}