mirror of
				https://github.com/Ryujinx/ryuko-ng.git
				synced 2025-11-04 08:05:00 +00:00 
			
		
		
		
	mod: meme.
This commit is contained in:
		
							parent
							
								
									922f2ac37d
								
							
						
					
					
						commit
						c91284cd92
					
				| 
						 | 
					@ -150,7 +150,7 @@ class Mod(Cog):
 | 
				
			||||||
        """Bans a user, staff only."""
 | 
					        """Bans a user, staff only."""
 | 
				
			||||||
        # Hedge-proofing the code
 | 
					        # Hedge-proofing the code
 | 
				
			||||||
        if target == ctx.author:
 | 
					        if target == ctx.author:
 | 
				
			||||||
            return await ctx.send("You can't do mod actions on yourself.")
 | 
					            return await ctx.send("hedgeberg#7337 is now b&. 👍")
 | 
				
			||||||
        elif self.check_if_target_is_staff(target):
 | 
					        elif self.check_if_target_is_staff(target):
 | 
				
			||||||
            return await ctx.send("I can't ban this user as "
 | 
					            return await ctx.send("I can't ban this user as "
 | 
				
			||||||
                                  "they're a member of staff.")
 | 
					                                  "they're a member of staff.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue