Skip to content

Commit

Permalink
Merge branch 'current' of https://github.com/serenity-rs/poise into c…
Browse files Browse the repository at this point in the history
…urrent
  • Loading branch information
kangalio committed Nov 29, 2023
2 parents 7b74eb9 + c5a4fc8 commit 1ccd19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ means using serenity, so here's a couple tips:
## `impl Trait` parameters
Many serenity functions take an argument of type [`impl CacheHttp`](serenity::CacheHttp) or
[`impl AsRef<Http>`](serenity::Http). You can pass in any type that imlements these traits, like
[`impl AsRef<Http>`](serenity::Http). You can pass in any type that implements these traits, like
[`crate::Context`] or [`serenity::Context`].
## Gateway intents
Expand Down

0 comments on commit 1ccd19a

Please sign in to comment.