From 2a9058925daf0256f74b0391cf2681f4639f2bb2 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Fri, 6 Sep 2024 00:02:41 +0100 Subject: [PATCH] update error message on rate limit --- commands/fun/trivia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });