I can spell

This commit is contained in:
Ayden Jahola 2024-09-06 00:03:44 +01:00
parent 2a9058925d
commit caf133207f
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

@ -198,7 +198,7 @@ module.exports = {
// Inform the user about the error and let them retry // Inform the user about the error and let them retry
await interaction.reply({ await interaction.reply({
content: content:
"Trivia API hit the rate limit. Please try again in a 5 seconds.", "Trivia API hit the rate limit. Please try again in 5 seconds.",
ephemeral: true, ephemeral: true,
}); });