Skip to content

Commit

Permalink
Merge pull request #150 from Leizhenpeng/fix/clear_invaild_in_pic_mode
Browse files Browse the repository at this point in the history
fix: #149 raise the priority of the clear command.
  • Loading branch information
Leizhenpeng authored Mar 28, 2023
2 parents 9f1253c + b5eb9fd commit f254c46
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 f254c46

Please sign in to comment.