From caf133207fbf8f65ed29ccaa24086057198a2260 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Fri, 6 Sep 2024 00:03:44 +0100 Subject: [PATCH] I can spell --- 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 2f1622f..629c073 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: - "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, });