From 30ec9bc6c2ed359b7b76978c39b8060004f941c7 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 9 Dec 2019 15:08:02 -0500 Subject: [PATCH] Remove all prefixes to modules --- youmubot/src/commands/admin/mod.rs | 1 - youmubot/src/commands/fun/mod.rs | 1 - 2 files changed, 2 deletions(-) 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],