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