Export Emoji struct instead of emoji submodule
This commit is contained in:
parent
3f5ae51a41
commit
e5f1b21303
2 changed files with 4 additions and 4 deletions
|
|
@ -13,8 +13,9 @@ pub mod api;
|
|||
#[cfg(feature = "bot")]
|
||||
pub mod bot;
|
||||
pub mod conn;
|
||||
pub mod emoji;
|
||||
mod emoji;
|
||||
mod huehash;
|
||||
mod replies;
|
||||
|
||||
pub use emoji::Emoji;
|
||||
pub use huehash::{nick_hue, nick_hue_without_removing_emoji};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue