From 6db9cf7e7e21fc7ff268262aa65dc3ed27d3b7ad Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 17 Apr 2020 19:10:03 -0400 Subject: [PATCH] Remove check for mobile device It's not very useful/important and will fail for Invisible users --- data_expunged.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data_expunged.py b/data_expunged.py index dabc0d4..e31f6f1 100644 --- a/data_expunged.py +++ b/data_expunged.py @@ -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)):