feat: reintroduce ping command

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-12-04 09:25:45 -05:00
parent 542ecf6bc8
commit 6e33299af7
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
3 changed files with 12 additions and 0 deletions

View file

@ -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(),