LineAlphatJS
LineAlphatJS copied to clipboard
mention target
command ".recheck" mention target more then 20 will throw TalkException from idk where
fix: command.js>Command>mention(listMember)
return {
names: mentionStrings.slice(1),
cmddata: { MENTION: `{"MENTIONEES":[${mentionMember.slice(0, 20)}]}` }
}