Skip to content

Commit 28138a2

Browse files
NanoRockyCopilot
andauthored
Update astrbot/core/pipeline/respond/stage.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c8de229 commit 28138a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrbot/core/pipeline/respond/stage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class RespondStage(Stage):
4343
Comp.Shake: lambda _: True, # 窗口抖动(戳一戳)
4444
Comp.Anonymous: lambda _: True, # 匿名发消息
4545
Comp.Dice: lambda _: True, # 掷骰子魔法表情
46-
Comp.Rps: lambda _: True, # 猜拳魔法表情
46+
Comp.RPS: lambda _: True, # 猜拳魔法表情
4747
Comp.Unknown: lambda comp: bool(comp.text and comp.text.strip()),
4848
}
4949

0 commit comments

Comments
 (0)