From 70ac3646089bc76dd507035c7940d80d38325b6d Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Thu, 5 Sep 2024 21:03:09 +0100 Subject: [PATCH] trivia: make trivia api limit formatted clearly --- 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 b9fed4a..bfb7bad 100644 --- a/commands/fun/trivia.js +++ b/commands/fun/trivia.js @@ -156,7 +156,7 @@ module.exports = { console.error("Error executing trivia command:", error); if (error.response && error.response.status === 429) { await interaction.reply({ - content: `<@${userId}> The trivia API rate limit has been exceeded. Please try again later.`, + content: `<@${userId}> The trivia API rate limit has been exceeded. Please try in 5 seconds.`, ephemeral: true, }); } else {