Skip to content

Commit

Permalink
Add Token to serenity::all (#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 Nov 22, 2024
1 parent 2369544 commit 46096e8
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 46096e8

Please sign in to comment.