mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
10 lines
242 B
JavaScript
10 lines
242 B
JavaScript
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) => {}
|