Remove check for mobile device

It's not very useful/important and will fail for Invisible users
main
xenofem 2020-04-17 19:10:03 -04:00
parent 943c8e35c8
commit 6db9cf7e7e
1 changed files with 0 additions and 1 deletions

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