feature:1.点歌功能,2.签到功能

This commit is contained in:
liuwei
2025-03-05 09:33:21 +08:00
parent 835e97d677
commit 943a8df7d4
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ class SignInSystem:
if not len(command) or command[0] not in self.command:
return
if self.gbm.get_group_permission(message.roomid, Feature.TASK_GAME) == PermissionStatus.DISABLED:
if self.gbm.get_group_permission(message.roomid, Feature.SIGNIN) == PermissionStatus.DISABLED:
return
current_time = datetime.datetime.now(tz=pytz.timezone(self.timezone))

View File

@@ -100,4 +100,4 @@ class BotMusic:
<appinfo><version>1</version><appname/></appinfo>
<commenturl/>"""
self.wcf.send_xml(message.sender, xml, 3)
self.wcf.forward_msg(message.sender, xml, 3)