mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01:00
Undo and fix previous commits
This commit is contained in:
parent
111ffb7871
commit
4066f629f3
@ -112,10 +112,6 @@ def parse_emoji(textToParse, guild_id):
|
||||
def format_post_content(guild_id, channel_id, message):
|
||||
illegal_post = False
|
||||
illegal_reasons = []
|
||||
crashChar = 'ौौौौ'
|
||||
if crashChar in message:
|
||||
illegal_post = True
|
||||
illegal_reasons.append("This message contains a character that crashes a users discord client.")
|
||||
message = message.replace("<", "\<")
|
||||
message = message.replace(">", "\>")
|
||||
message = parse_emoji(message, guild_id)
|
||||
|
Loading…
Reference in New Issue
Block a user