Skip to content

Commit

Permalink
Update builder syntax example (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbt365 authored Nov 1, 2024
1 parent bbc837a commit 1184e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structs/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ context_methods! {
/// Like [`Self::say`], but formats the message as a reply to the user's command
/// message.
///
/// Equivalent to `.send(|b| b.content("...").reply(true))`.
/// Equivalent to `.send(CreateReply::default().content("...").reply(true))`.
///
/// Only has an effect in prefix context, because slash command responses are always
/// formatted as a reply.
Expand Down

0 comments on commit 1184e33

Please sign in to comment.