Skip to content

Commit

Permalink
修复一些Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NGC660Team committed Mar 5, 2025
1 parent 3daaa08 commit 5407726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BotServer/MsgHandleServer/RoomMsgHandle.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def mainHandle(self, msg):
Thread(target=self.JoinRoomWelcome, args=(msg,)).start()
# 推送群聊和白名单群聊才可以使用群聊总结功能&撤回消息检测功能&发言排行榜功能&定时推送总结
Thread(target=self.Rmf.mainHandle, args=(msg,)).start()
Thread(target=self.Gf.mainHandle, args=(msg, )).start()
# 黑名单群聊功能
elif judgeBlackRoom(roomId):
# 超管功能以及管理功能
Expand Down

0 comments on commit 5407726

Please sign in to comment.