Skip to content

Commit

Permalink
chore: update help text for test
Browse files Browse the repository at this point in the history
  • Loading branch information
fython committed Feb 27, 2024
1 parent c8a06fa commit 4359a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pub(crate) enum Command {
}

pub(crate) async fn handle_help_cmd(bot: Bot, msg: Message, _: Command) -> ResponseResult<()> {
bot.send_message(msg.chat.id, "暂时还没有说明").await?;
bot.send_message(msg.chat.id, "我的主人很懒!!!不如直接问问他怎么用")
.await?;
Ok(())
}

0 comments on commit 4359a24

Please sign in to comment.