diff --git a/youmubot/src/commands/admin/mod.rs b/youmubot/src/commands/admin/mod.rs index 3cc9adf..420b505 100644 --- a/youmubot/src/commands/admin/mod.rs +++ b/youmubot/src/commands/admin/mod.rs @@ -16,7 +16,6 @@ group!({ name: "admin", options: { only_in: "guilds", - prefixes: ["admin", "a"], description: "Administrative commands for the server.", }, commands: [clean, ban, kick, soft_ban, soft_ban_init], diff --git a/youmubot/src/commands/fun/mod.rs b/youmubot/src/commands/fun/mod.rs index 2283ae4..f1645b5 100644 --- a/youmubot/src/commands/fun/mod.rs +++ b/youmubot/src/commands/fun/mod.rs @@ -20,7 +20,6 @@ use votes::VOTE_COMMAND; group!({ name: "fun", options: { - prefixes: ["fun", "f"], description: "Random commands", }, commands: [roll, pick, name, vote],