mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28:55 +00:00
Remove all prefixes to modules
This commit is contained in:
parent
c397cd8db2
commit
30ec9bc6c2
2 changed files with 0 additions and 2 deletions
|
@ -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],
|
||||
|
|
|
@ -20,7 +20,6 @@ use votes::VOTE_COMMAND;
|
|||
group!({
|
||||
name: "fun",
|
||||
options: {
|
||||
prefixes: ["fun", "f"],
|
||||
description: "Random commands",
|
||||
},
|
||||
commands: [roll, pick, name, vote],
|
||||
|
|
Loading…
Add table
Reference in a new issue