forked from embee/woomy
Disable command
This commit is contained in:
parent
21d4df30b3
commit
f5a636b527
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ exports.run = async (client, message, args) => {
|
|||
};
|
||||
|
||||
exports.conf = {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
guildOnly: false,
|
||||
aliases: ['foxgirl'],
|
||||
permLevel: "User",
|
||||
|
|
Loading…
Reference in a new issue