diff --git a/jarvis/cogs/util.py b/jarvis/cogs/util.py index 71ecc2b..4a18dd9 100644 --- a/jarvis/cogs/util.py +++ b/jarvis/cogs/util.py @@ -56,6 +56,10 @@ class UtilCog(Extension): async def _sex(self, ctx: InteractionContext) -> None: if ctx.author.id == 264072583987593217: await ctx.send("Oh fuck no, go fuck yourself") + elif ctx.author.id == 840031256201003008: + await ctx.send("https://tenor.com/view/fluffy-gabriel-iglesias-you-need-jesus-thats-what-you-need-pointing-up-gif-16385108") + elif ctx.author.id == 215564028615852033: + await ctx.send("As flattered as I am, I'm not into bestiality") else: await ctx.send("Not at this time, thank you for offering")