This commit is contained in:
2023-02-23 17:21:57 +08:00
parent 211773a230
commit eb4264628d
3 changed files with 14 additions and 4 deletions

View File

@@ -39,5 +39,8 @@ public class PaoPaoSleepWaring extends Model {
QQBotManager.getInstance().sendMessage(qq,builder);
RedisTools.set("paopao_sleep_"+AppTools.getToDayTime(),"true",1*60*60);
}
if(event.getSource().getFromId() == 914520754 && msg.contains("#\u4f53\u529b")){
QQBotManager.getInstance().sendMessage(qq, "\u60e0\u57ce\uff01");
}
}
}