@@ -768,6 +768,12 @@ async def dumbass(self, ctx: KurisuContext):
768768 await self ._meme (ctx , "" ,
769769 image_link = "https://nintendohomebrew.com/assets/img/nhmemes/dumbass.png" )
770770
771+ @commands .command (hidden = True )
772+ async def goku (self , ctx : KurisuContext ):
773+ """goku has had enough"""
774+ await self ._meme (ctx , "" ,
775+ image_link = "https://nintendohomebrew.com/assets/img/nhmemes/goku.png" )
776+
771777 @commands .command (hidden = True )
772778 async def consider (self , ctx : KurisuContext ):
773779 """well?"""
@@ -809,6 +815,11 @@ async def rotate(self, ctx: KurisuContext, u: discord.Member, degrees: int = Non
809815 @commands .command (hidden = True , aliases = ["degay" , "ungay" , "minusgay" ])
810816 async def removegay (self , ctx : KurisuContext , u : discord .Member ):
811817 """Degays a user"""
818+
819+ if u .id == 250051871962562562 :
820+ await ctx .send ("Can't. Too gay. Try someone else." )
821+ return
822+
812823 removegay_list = [f"{ u .mention } has been degayed." ,
813824 f"{ u .mention } is now straight." ,
814825 f"{ u .mention } has lost their gay privileges." ,
0 commit comments