From 04dd11db43a146456a2774673f74daafb6c38737 Mon Sep 17 00:00:00 2001 From: zevaryx Date: Wed, 14 Dec 2022 16:08:40 +0000 Subject: [PATCH] Small changes --- jarvis/cogs/util.py | 4 ++++ 1 file changed, 4 insertions(+) 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")