Skip to content

Commit

Permalink
fix: #149 raise the priority of the clear command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng committed Mar 28, 2023
1 parent 8cadbad commit b5eb9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/handlers/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ func (m MessageHandler) msgReceivedHandler(ctx context.Context, event *larkim.P2
&ProcessedUniqueAction{}, //避免重复处理
&ProcessMentionAction{}, //判断机器人是否应该被调用
&AudioAction{}, //语音处理
&PicAction{}, //图片处理
&EmptyAction{}, //空消息处理
&ClearAction{}, //清除消息处理
&PicAction{}, //图片处理
&RoleListAction{}, //角色列表处理
&HelpAction{}, //帮助处理
&BalanceAction{}, //余额处理
Expand Down

0 comments on commit b5eb9fd

Please sign in to comment.