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
|
@ -10,6 +10,7 @@ pub fn to_global_commands() -> Vec<Command<Data, Report>> {
|
|||
vec![
|
||||
general::joke(),
|
||||
general::members(),
|
||||
general::ping(),
|
||||
general::rory(),
|
||||
general::say(),
|
||||
general::stars(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue