Initial commit

This commit is contained in:
2019-03-16 14:48:09 +11:00
commit 5dd1619545
32 changed files with 1757 additions and 0 deletions

9
command.template.js Normal file
View File

@@ -0,0 +1,9 @@
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) => {}