diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index a23f10d8b..22aecc252 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -385,7 +385,7 @@ async function sendCommentMessage(_, text) { name: COMMENT_NAME_DEFAULT, is_user: false, is_name: true, - is_system: true, + is_system: false, send_date: getMessageTimeStamp(), mes: substituteParams(text.trim()), force_avatar: comment_avatar,