Add files via upload
This commit is contained in:
8
commands/example.js
Normal file
8
commands/example.js
Normal file
@ -0,0 +1,8 @@
|
||||
exports.run = (client, message, args) => {
|
||||
console.log("Works!")
|
||||
}
|
||||
|
||||
exports.info = {
|
||||
name: "example",
|
||||
enabled: true
|
||||
}
|
Reference in New Issue
Block a user