diff --git a/commands/_base.js b/commands/_base.js index 4838842..0676db4 100644 --- a/commands/_base.js +++ b/commands/_base.js @@ -1,3 +1,8 @@ +/* +This file is ignored by the bot's command loader because of the underscore at the start of the file name. No need to worry about loading errors. +Use the list of export functions in your custom commands to get a headstart on making your commands. All theee exports are required, or the command won't load. +*/ + exports.run = async (client, message, args, level) => { };