Remove check for mobile device

It's not very useful/important and will fail for Invisible users
This commit is contained in:
xenofem 2020-04-17 19:10:03 -04:00
parent 943c8e35c8
commit 6db9cf7e7e

View file

@ -14,7 +14,6 @@ async def on_message(message):
return
if ('spoil' in message.content.lower()
and message.author.is_on_mobile()
and message.attachments
and not any(a.is_spoiler() for a in message.attachments)):