server only update
This commit is contained in:
parent
32b141fbcf
commit
5c1523e5af
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ exports.run = async (client, message, args, level) => {
|
|||
|
||||
exports.conf = {
|
||||
enabled: true,
|
||||
guildOnly: false,
|
||||
guildOnly: true,
|
||||
aliases: [],
|
||||
permLevel: "User"
|
||||
};
|
||||
|
|
|
@ -50,7 +50,7 @@ exports.run = async (client, message, args, level) => {
|
|||
|
||||
exports.conf = {
|
||||
enabled: true,
|
||||
guildOnly: false,
|
||||
guildOnly: true,
|
||||
aliases: [],
|
||||
permLevel: "User"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue