Fix the Discord markdown escaping
This commit is contained in:
parent
89d182ec9b
commit
d0e70ed687
2 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ const route: ServerRoute = {
|
|||
request
|
||||
);
|
||||
|
||||
if (channelData.get(`provider`) == `discord`) {
|
||||
if (userData.get(`provider`) == `discord`) {
|
||||
m = escapeDiscordMarkdown(m);
|
||||
};
|
||||
return m;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue