mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 08:45:55 +00:00
update error message on rate limit
This commit is contained in:
parent
d693d2f714
commit
2a9058925d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue