mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
Initial commit
This commit is contained in:
9
command.template.js
Normal file
9
command.template.js
Normal file
@@ -0,0 +1,9 @@
|
||||
exports.name = "name"
|
||||
exports.alias = ['clear']
|
||||
exports.helptext = "helpmessage"
|
||||
exports.helphide = false
|
||||
exports.permissions = ['READ_MESSAGES']
|
||||
exports.args = ['template']
|
||||
exports.category = 'general'
|
||||
|
||||
exports.command = (client, msg) => {}
|
||||
Reference in New Issue
Block a user