changed over = to :, whoops

This commit is contained in:
2019-03-18 06:38:40 +11:00
parent 467dc136ff
commit f4601a7974
25 changed files with 194 additions and 190 deletions

View File

@@ -1,9 +1,10 @@
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) => {}
module.exports = {
name: "name",
alias: ['clear'],
helptext: "helpmessage",
helphide: false,
permissions: ['READ_MESSAGES'],
args: ['template'],
category: 'general',
command: (client, msg) => { }
}