update error message on rate limit

This commit is contained in:
Ayden Jahola 2024-09-06 00:02:41 +01:00
parent d693d2f714
commit 2a9058925d
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
await interaction.reply({
content:
"There was an error fetching your trivia question. Please try again later.",
"Trivia API hit the rate limit. Please try again in a 5 seconds.",
ephemeral: true,
});