mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58: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",
|
name: "admin",
|
||||||
options: {
|
options: {
|
||||||
only_in: "guilds",
|
only_in: "guilds",
|
||||||
prefixes: ["admin", "a"],
|
|
||||||
description: "Administrative commands for the server.",
|
description: "Administrative commands for the server.",
|
||||||
},
|
},
|
||||||
commands: [clean, ban, kick, soft_ban, soft_ban_init],
|
commands: [clean, ban, kick, soft_ban, soft_ban_init],
|
||||||
|
|
|
@ -20,7 +20,6 @@ use votes::VOTE_COMMAND;
|
||||||
group!({
|
group!({
|
||||||
name: "fun",
|
name: "fun",
|
||||||
options: {
|
options: {
|
||||||
prefixes: ["fun", "f"],
|
|
||||||
description: "Random commands",
|
description: "Random commands",
|
||||||
},
|
},
|
||||||
commands: [roll, pick, name, vote],
|
commands: [roll, pick, name, vote],
|
||||||
|
|
Loading…
Add table
Reference in a new issue