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