From ba9f10d1caa22cebe77a1c07c3b59765e717dcd2 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 27 Aug 2023 14:23:45 -0600 Subject: [PATCH] Remove old funny command --- jarvis/cogs/core/util.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/jarvis/cogs/core/util.py b/jarvis/cogs/core/util.py index b0b6770..00bf8d9 100644 --- a/jarvis/cogs/core/util.py +++ b/jarvis/cogs/core/util.py @@ -54,20 +54,20 @@ class UtilCog(Extension): bot = SlashCommand(name="bot", description="Bot commands") - @bot.subcommand(sub_cmd_name="sex", sub_cmd_description="Have sex with JARVIS") - async def _sex(self, ctx: SlashContext) -> 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") - elif ctx.author.id == 256110768724901889: - await ctx.send("Haven't you broken me enough already?") - else: - await ctx.send("Not at this time, thank you for offering") + # @bot.subcommand(sub_cmd_name="sex", sub_cmd_description="Have sex with JARVIS") + # async def _sex(self, ctx: SlashContext) -> 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") + # elif ctx.author.id == 256110768724901889: + # await ctx.send("Haven't you broken me enough already?") + # else: + # await ctx.send("Not at this time, thank you for offering") @bot.subcommand(sub_cmd_name="status", sub_cmd_description="Retrieve JARVIS status") @cooldown(bucket=Buckets.CHANNEL, rate=1, interval=30)