From 5c1523e5af2838fe72b03cfe445d5829382fbe08 Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Mon, 23 Dec 2019 23:21:46 -0500 Subject: [PATCH] server only update --- commands/Fun/imagedumper.js | 2 +- commands/Information/emoji.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" };