Skip to content

Commit b5eb9fd

Browse files
committedMar 28, 2023
fix: #149 raise the priority of the clear command.
1 parent 8cadbad commit b5eb9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎code/handlers/handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ func (m MessageHandler) msgReceivedHandler(ctx context.Context, event *larkim.P2
9292
&ProcessedUniqueAction{}, //避免重复处理
9393
&ProcessMentionAction{}, //判断机器人是否应该被调用
9494
&AudioAction{}, //语音处理
95-
&PicAction{}, //图片处理
9695
&EmptyAction{}, //空消息处理
9796
&ClearAction{}, //清除消息处理
97+
&PicAction{}, //图片处理
9898
&RoleListAction{}, //角色列表处理
9999
&HelpAction{}, //帮助处理
100100
&BalanceAction{}, //余额处理

0 commit comments

Comments
 (0)