Skip to content

Commit

Permalink
Add Token to serenity::all (serenity-rs#3054)
Browse files Browse the repository at this point in the history
This allows it to imported via `poise::serenity_prelude` which is often
`use`'d as `serenity`.
  • Loading branch information
GnomedDev authored and mkrasnitski committed Dec 8, 2024
1 parent 019d24d commit 7c19234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ pub mod all {
#[cfg(feature = "interactions_endpoint")]
#[doc(no_inline)]
pub use crate::interactions_endpoint::*;
#[doc(no_inline)]
pub use crate::secrets::*;
#[cfg(feature = "utils")]
#[doc(no_inline)]
pub use crate::utils::*;
Expand Down

0 comments on commit 7c19234

Please sign in to comment.