Create euphoxide-bot crate
This commit is contained in:
parent
42f5c9cb21
commit
39b6c341fa
13 changed files with 1222 additions and 1 deletions
8
euphoxide-bot/src/command/botrulez.rs
Normal file
8
euphoxide-bot/src/command/botrulez.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
//! The main [botrulez](https://github.com/jedevc/botrulez) commands.
|
||||
|
||||
mod full_help;
|
||||
mod ping;
|
||||
mod short_help;
|
||||
mod uptime;
|
||||
|
||||
pub use self::{full_help::*, ping::*, short_help::*, uptime::*};
|
||||
Loading…
Add table
Add a link
Reference in a new issue