From a0352ef1b1caf1ec0ac7632c49b12b055f06ec7a Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Tue, 5 Dec 2017 22:48:33 -0300 Subject: [PATCH] sex: bad idea --- bot/ext/sex.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bot/ext/sex.py b/bot/ext/sex.py index 3ab9e61..b65b275 100644 --- a/bot/ext/sex.py +++ b/bot/ext/sex.py @@ -40,9 +40,6 @@ class Sex(Cog): if not reason: return await ctx.send('Please provde a reason') - if 'lite' not in reason.lower() or 'sexhouse' not in reason.lower(): - return await ctx.send('At least provide an account type.') - em = discord.Embed(title=f'Sexhouse request', color=discord.Colour(0xf84a6e))