Skip to content

Commit

Permalink
fix: helpコマンドで表示されるURLを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Oct 8, 2022
1 parent faa2e4c commit 4ae2039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/koe/src/command/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ async fn handle_help(ctx: &Context, cmd: &ApplicationCommandInteraction) -> Resu
r(
ctx,
cmd,
"使い方はこちらをご覧ください:\nhttps://github.com/ciffelia/koe/blob/main/README.md",
"使い方はこちらをご覧ください:\nhttps://github.com/ciffelia/koe/blob/main/docs/user_guide.md",
)
.await?;
Ok(())
Expand Down

0 comments on commit 4ae2039

Please sign in to comment.