From 93201547c59a635a1aee893785159581816ed09a Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Fri, 13 Dec 2019 14:31:23 -0500 Subject: [PATCH] commented file so it's ignored by command loader --- commands/_base.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/_base.js b/commands/_base.js index 4293fa0..2eb42a7 100644 --- a/commands/_base.js +++ b/commands/_base.js @@ -1,3 +1,5 @@ +/* make sure these aren't commented + exports.run = async (client, message, args, level) => { }; @@ -15,3 +17,5 @@ exports.help = { description: "", usage: "" }; + +*/ \ No newline at end of file