Remove check for mobile device
It's not very useful/important and will fail for Invisible users
This commit is contained in:
parent
943c8e35c8
commit
6db9cf7e7e
|
@ -14,7 +14,6 @@ async def on_message(message):
|
||||||
return
|
return
|
||||||
|
|
||||||
if ('spoil' in message.content.lower()
|
if ('spoil' in message.content.lower()
|
||||||
and message.author.is_on_mobile()
|
|
||||||
and message.attachments
|
and message.attachments
|
||||||
and not any(a.is_spoiler() for a in message.attachments)):
|
and not any(a.is_spoiler() for a in message.attachments)):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue