todo: add a todo where teh mc commands get moved in under committee

This commit is contained in:
silver 2025-06-16 05:21:05 +01:00
parent 0f4524ea63
commit 721c8246ac
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -199,6 +199,7 @@ Sign up on [UL Wolves]({}) and go to https://discord.com/channels/{}/{} and use
format!("not implemented :( committee {}", x.name.as_str())
}
},
// TODO: move teh minecraft commands in here as a subgroup
// "link" => commands::count::servers::run(&command, &ctx).await,
&_ => format!("not implemented :( committee {}", x.name.as_str()),
},