fix: rename add command
This commit is contained in:
parent
d549627714
commit
2970549eb0
2 changed files with 3 additions and 3 deletions
|
@ -125,8 +125,8 @@ pub(crate) mod server {
|
|||
|
||||
pub fn register(command: &mut CreateApplicationCommand) -> &mut CreateApplicationCommand {
|
||||
command
|
||||
.name("add_minecraft")
|
||||
.description("Enable the bot for this discord")
|
||||
.name("minecraft_add")
|
||||
.description("Add a minecraft server")
|
||||
.create_option(|option| {
|
||||
option
|
||||
.name("server_id")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue