Small changes

This commit is contained in:
Zeva Rose 2022-12-14 16:08:40 +00:00
parent f8cd9039b8
commit 04dd11db43

View file

@ -56,6 +56,10 @@ class UtilCog(Extension):
async def _sex(self, ctx: InteractionContext) -> None: async def _sex(self, ctx: InteractionContext) -> None:
if ctx.author.id == 264072583987593217: if ctx.author.id == 264072583987593217:
await ctx.send("Oh fuck no, go fuck yourself") 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: else:
await ctx.send("Not at this time, thank you for offering") await ctx.send("Not at this time, thank you for offering")