测试auth动态化
This commit is contained in:
@@ -259,7 +259,7 @@ class GuessSongPlugin(MessagePluginInterface):
|
||||
await bot.send_text_message(session_id, f"❌开始猜歌游戏出错,请稍后重试", sender)
|
||||
return False, f"处理出错: {e}"
|
||||
|
||||
@points_reward_decorator(5, "game", "猜歌名游戏", Feature.GUESS_MUSIC)
|
||||
@points_reward_decorator(5, "game", "猜歌名游戏", FEATURE_KEY)
|
||||
async def _check_answer(self, message: Dict[str, Any]) -> Tuple[bool, str]:
|
||||
"""检查答案"""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user