feature:1.点歌功能,2.签到功能
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user