🚲U
Size: a a a
🚲U
DТ
🚲U
🚲U
if message_contains_username_that_is_not_user(message):
🚲U
🚲U
DТ
🚲U
DТ
DТ
🚲U
DТ
🚲U
[text for text in message.split(" ") if "@" in text and "@designerschannel" not in text and "@designerschat" not in text]
DТ
🚲U
[text for text in message.split(" ") if "@" in text and not any(w in text for w in whitelist_usernames)]
DТ
[text for text in message.split(" ") if "@" in text and not any(w in text for w in whitelist_usernames)]
🚲U
🚲U
DТ