diff --git a/commands/fun/trivia.js b/commands/fun/trivia.js index 34df497..2f1622f 100644 --- a/commands/fun/trivia.js +++ b/commands/fun/trivia.js @@ -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, });