Remove all prefixes to modules

This commit is contained in:
Natsu Kagami 2019-12-09 15:08:02 -05:00
parent c397cd8db2
commit 30ec9bc6c2
2 changed files with 0 additions and 2 deletions

View file

@ -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],

View file

@ -20,7 +20,6 @@ use votes::VOTE_COMMAND;
group!({
name: "fun",
options: {
prefixes: ["fun", "f"],
description: "Random commands",
},
commands: [roll, pick, name, vote],