added example command file

This commit is contained in:
SileNce5k 2021-02-14 18:57:01 +01:00
parent c0b52e6bba
commit 18829b9afd
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

7
commands/.example Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
name: 'example name',
description: 'example description',
execute(message) {
//code
}
};