fix
This commit is contained in:
parent
439e56981a
commit
52f50461f8
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -99,7 +99,7 @@ async def process_discord(message):
|
|||
|
||||
for emote in emote_list:
|
||||
emote_name = emote.split(":")[1]
|
||||
message = message.replace(emote, f":{emote_name}:")
|
||||
content = content.replace(emote, f":{emote_name}:")
|
||||
|
||||
for mention in mention_list:
|
||||
# Discord mentions can start with either "<@" or "<@!"
|
||||
|
|
Loading…
Reference in a new issue