mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58:55 +00:00
Export the Announcer trait
This commit is contained in:
parent
765da554c4
commit
e52e2c39df
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ pub use admin::ADMIN_GROUP;
|
||||||
pub use community::COMMUNITY_GROUP;
|
pub use community::COMMUNITY_GROUP;
|
||||||
pub use fun::FUN_GROUP;
|
pub use fun::FUN_GROUP;
|
||||||
|
|
||||||
|
pub use announcer::Announcer;
|
||||||
|
|
||||||
// A help command
|
// A help command
|
||||||
#[help]
|
#[help]
|
||||||
pub fn help(
|
pub fn help(
|
||||||
|
|
Loading…
Add table
Reference in a new issue