added example command file
This commit is contained in:
parent
c0b52e6bba
commit
18829b9afd
1 changed files with 7 additions and 0 deletions
7
commands/.example
Normal file
7
commands/.example
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
name: 'example name',
|
||||
description: 'example description',
|
||||
execute(message) {
|
||||
//code
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue