mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
10 lines
229 B
JavaScript
10 lines
229 B
JavaScript
module.exports = {
|
|
name: "name",
|
|
alias: ['clear'],
|
|
helptext: "helpmessage",
|
|
helphide: false,
|
|
permissions: ['READ_MESSAGES'],
|
|
args: ['template'],
|
|
category: 'general',
|
|
command: (client, msg) => { }
|
|
} |