master
chen 2021-11-24 10:57:29 +08:00
parent 30fe15c2bd
commit 19624b2ed7
1 changed files with 3 additions and 2 deletions

View File

@ -229,8 +229,9 @@ function receiveMessage(event)
changeMusic();
}
// 领舞喊一起喊
if(leader.text=="一起喊"){
allSay(dm.text);
// leader.text.slice(0,3);
if(leader.text.slice(0,4)=="一起喊:" || leader.text.slice(0,4)=="一起喊:"){
allSay(leader.text.slice(4));
}
// 领舞自己喊跳舞
if(peopleHan(dm.text)){