Skip to content

Commit

Permalink
Fix usage of additional_prefixes in the example (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravener authored Oct 21, 2024
1 parent c48b689 commit 8ba38c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_structure/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ async fn main() {
Duration::from_secs(3600),
))),
additional_prefixes: vec![
poise::Prefix::Literal("hey bot"),
poise::Prefix::Literal("hey bot,"),
poise::Prefix::Literal("hey bot"),
],
..Default::default()
},
Expand Down

0 comments on commit 8ba38c0

Please sign in to comment.