describe file

This commit is contained in:
Carol Knieriem 2020-01-13 09:48:54 -05:00
parent 1b459e6fe6
commit 0c5cc5b619
No known key found for this signature in database
GPG Key ID: 932EC6A6BAEE122B
1 changed files with 5 additions and 0 deletions

View File

@ -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) => {
};