added a WhoAmI command

This commit is contained in:
2025-07-12 12:04:53 +02:00
parent aad562cb2d
commit 358b16249e
6 changed files with 34 additions and 13 deletions
+1
View File
@@ -79,6 +79,7 @@ async fn make_cmd_vec(data: &Data) -> Vec<Cmd> {
let mut cmds = vec![
// GENERIC
cmds::help::cmd(),
cmds::whoami::cmd(),
cmds::ping::cmd(),
cmds::eight_ball::cmd(),
// REDDIT