Remove old funny command

This commit is contained in:
Zeva Rose 2023-08-27 14:23:45 -06:00
parent f594f02b1b
commit ba9f10d1ca

View file

@ -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)