diff --git a/commands/Fun/imagedumper.js b/commands/Fun/imagedumper.js index 736e9dc..8db05b1 100644 --- a/commands/Fun/imagedumper.js +++ b/commands/Fun/imagedumper.js @@ -32,7 +32,7 @@ exports.run = async (client, message, args, level) => { exports.conf = { enabled: true, - guildOnly: false, + guildOnly: true, aliases: [], permLevel: "User" }; diff --git a/commands/Information/emoji.js b/commands/Information/emoji.js index ce208b3..04ba5dc 100644 --- a/commands/Information/emoji.js +++ b/commands/Information/emoji.js @@ -50,7 +50,7 @@ exports.run = async (client, message, args, level) => { exports.conf = { enabled: true, - guildOnly: false, + guildOnly: true, aliases: [], permLevel: "User" };