Skip to content

Commit

Permalink
Merge pull request #10 from hybridsakura/main
Browse files Browse the repository at this point in the history
Update api_handler.rs
  • Loading branch information
lz1998 authored Sep 26, 2022
2 parents 68fd1cc + acd6624 commit f6b9c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ pub async fn handle_set_group_special_title(
) -> RCResult<SetGroupSpecialTitleResp> {
// TODO duration 无效
bot.client
.group_edit_special_title(req.group_id, req.group_id, req.special_title)
.group_edit_special_title(req.group_id, req.user_id, req.special_title)
.await?;
Ok(SetGroupSpecialTitleResp {})
}
Expand Down

0 comments on commit f6b9c5a

Please sign in to comment.