This commit is contained in:
2026-04-04 00:37:28 +08:00
parent 28702e3228
commit af4c5134b5
3 changed files with 34 additions and 63 deletions

View File

@@ -1,11 +1,9 @@
from nonebot import on_command
from nonebot.adapters.onebot.v11 import Bot, Event, GroupMessageEvent, PrivateMessageEvent
from .config import Config
from . import plugin_config as config
from .commands import get_scope, check_access, room_store, points_service
config = Config()
async def check_tester(event: Event) -> bool:
"""Check if user is a tester."""