mirror of
				https://github.com/Ryujinx/ryuko-ng.git
				synced 2025-11-04 12:14:52 +00:00 
			
		
		
		
	verification: add pebkac snark
This commit is contained in:
		
							parent
							
								
									7629952d6f
								
							
						
					
					
						commit
						8d0e87ff40
					
				| 
						 | 
				
			
			@ -171,7 +171,7 @@ class Verification:
 | 
			
		|||
            mcl = message.content.lower()
 | 
			
		||||
 | 
			
		||||
            if message.content.lower() in ["bad bot", "broken bot"]:
 | 
			
		||||
                snark = random.choice(["bad human", "no u"])
 | 
			
		||||
                snark = random.choice(["bad human", "no u", "pebkac"])
 | 
			
		||||
                return await chan.send(snark)
 | 
			
		||||
 | 
			
		||||
            # Get the role we will give in case of success
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue