Add bot feature and submodule
This commit is contained in:
parent
84af98b5aa
commit
0ea72259f6
4 changed files with 7 additions and 0 deletions
1
src/bot.rs
Normal file
1
src/bot.rs
Normal file
|
|
@ -0,0 +1 @@
|
|||
//! Building blocks for bots.
|
||||
|
|
@ -10,6 +10,8 @@
|
|||
#![warn(clippy::use_self)]
|
||||
|
||||
pub mod api;
|
||||
#[cfg(feature = "bot")]
|
||||
pub mod bot;
|
||||
pub mod conn;
|
||||
pub mod emoji;
|
||||
mod huehash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue