Add files via upload

This commit is contained in:
Murat
2023-11-29 18:22:10 +03:00
committed by GitHub
parent 36e49b4a32
commit bdb4e9d949
5 changed files with 158 additions and 0 deletions

8
commands/example.js Normal file
View File

@ -0,0 +1,8 @@
exports.run = (client, message, args) => {
console.log("Works!")
}
exports.info = {
name: "example",
enabled: true
}