Skip to content

Commit

Permalink
test: 更正Markdown方法使用方式
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Sep 26, 2022
1 parent 8262136 commit 2d7e4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qqbot-sdk/src/test/java/IEventHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private void message(Message message) {
case "md":
MessageMarkdown md = new MessageMarkdown();
md.setContent("测试");
api.getMessageApi().sendMessage(channelId, md, messageId);
api.getMessageApi().sendMessage(channelId, md);
break;
case "error":
api.getMessageApi().sendMessage(
Expand Down

0 comments on commit 2d7e4fb

Please sign in to comment.