describe file
This commit is contained in:
parent
1b459e6fe6
commit
0c5cc5b619
1 changed files with 5 additions and 0 deletions
|
@ -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) => {
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue