mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -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) => { }
|
||||
}
|
||||
Reference in New Issue
Block a user