Files
DAdmin/command.template.js
2019-03-16 14:48:34 +11:00

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) => {}