Add bot::command and bot::commands
This commit is contained in:
parent
9023de6509
commit
84b742ee6e
4 changed files with 321 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
//! Building blocks for bots.
|
||||
|
||||
pub mod command;
|
||||
pub mod commands;
|
||||
pub mod instance;
|
||||
pub mod instances;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue