LineAlphatJS icon indicating copy to clipboard operation
LineAlphatJS copied to clipboard

mention target

Open KT-71 opened this issue 6 years ago • 0 comments

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)}]}` }
        }

KT-71 avatar Jun 27 '19 04:06 KT-71