[fix] formating problems

This commit is contained in:
kwaroran
2023-05-24 19:42:18 +09:00
parent abf86873be
commit 80f11b7e03
5 changed files with 9 additions and 8 deletions

View File

@@ -99,7 +99,7 @@
}
if(msgDisplay === replacePlaceholders(message, name)){
translating = true
msgDisplay = (await translate(message, false))
msgDisplay = (await translate(replacePlaceholders(message, name), false))
translating = false
}
else{