module.exports = { name: "name", alias: ['clear'], helptext: "helpmessage", helphide: false, permissions: ['READ_MESSAGES'], args: ['template'], category: 'general', command: (client, msg) => { } }