mirror of
				https://github.com/aydenjahola/discord-multipurpose-bot.git
				synced 2025-11-04 00:01:41 +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
 | 
					      // Inform the user about the error and let them retry
 | 
				
			||||||
      await interaction.reply({
 | 
					      await interaction.reply({
 | 
				
			||||||
        content:
 | 
					        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,
 | 
					        ephemeral: true,
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue