Skip to content

Commit 46096e8

Browse files
authored
Add Token to serenity::all (#3054)
This allows it to imported via `poise::serenity_prelude` which is often `use`'d as `serenity`.
1 parent 2369544 commit 46096e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ pub mod all {
140140
#[cfg(feature = "interactions_endpoint")]
141141
#[doc(no_inline)]
142142
pub use crate::interactions_endpoint::*;
143+
#[doc(no_inline)]
144+
pub use crate::secrets::*;
143145
#[cfg(feature = "utils")]
144146
#[doc(no_inline)]
145147
pub use crate::utils::*;

0 commit comments

Comments
 (0)