mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 16:55:55 +00:00
I can spell
This commit is contained in:
parent
2a9058925d
commit
caf133207f
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
|
// Inform the user about the error and let them retry
|
||||||
await interaction.reply({
|
await interaction.reply({
|
||||||
content:
|
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,
|
ephemeral: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue