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 = {
|
exports.conf = {
|
||||||
enabled: true,
|
enabled: false,
|
||||||
guildOnly: false,
|
guildOnly: false,
|
||||||
aliases: ['foxgirl'],
|
aliases: ['foxgirl'],
|
||||||
permLevel: "User",
|
permLevel: "User",
|
||||||
|
|
Loading…
Reference in a new issue