feat: reintroduce ping command
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
542ecf6bc8
commit
6e33299af7
3 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
mod joke;
|
||||
mod members;
|
||||
mod ping;
|
||||
mod rory;
|
||||
mod say;
|
||||
mod stars;
|
||||
|
@ -7,6 +8,7 @@ mod tag;
|
|||
|
||||
pub use joke::joke;
|
||||
pub use members::members;
|
||||
pub use ping::ping;
|
||||
pub use rory::rory;
|
||||
pub use say::say;
|
||||
pub use stars::stars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue