From 7bb64dc6905e849e3fefe4efe6cc72c6487fde88 Mon Sep 17 00:00:00 2001 From: Matthew R <40540813+mattsilver1@users.noreply.github.com> Date: Wed, 12 Sep 2018 09:36:27 -0400 Subject: [PATCH] Update shiba.js --- commands/shiba.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/shiba.js b/commands/shiba.js index 7632dbb..a42258e 100644 --- a/commands/shiba.js +++ b/commands/shiba.js @@ -15,7 +15,7 @@ exports.run = async (client, message, args) => { enabled: true, guildOnly: false, aliases: ["dog"], - permLevel: "Systems Alpha/Dev Tester" + permLevel: "Standard User" }; exports.help = { @@ -23,4 +23,4 @@ exports.run = async (client, message, args) => { category: "Fun", description: "Provides a random picture of a dog.", usage: "shiba" - }; \ No newline at end of file + };