dev_该合并了 #8

Merged
yutou merged 83 commits from dev_ into master 2024-01-17 17:23:44 +08:00
Showing only changes of commit 3d730206b9 - Show all commits

View File

@ -61,7 +61,7 @@ public class BiliBiliLive extends Model {
} else {
msg = msg.replace(QQGroupCommands.BILI_LIVE_DANMU_SEND, "").trim();
}
Integer roomId = Integer.getInteger(msg);
Integer roomId = Integer.parseInt(msg);
if (BiliBiliUtils.checkLiveRoom(roomId)) {
if (isDel && RedisTools.list_isExist("bili_live", roomId + "")) {
RedisTools.list_remove("bili_live", roomId + "");