nodbot/commands/template

7 lines
81 B
Plaintext
Raw Normal View History

2021-06-27 23:41:25 +00:00
module.exports = {
2021-07-14 00:15:57 +00:00
name: '',
description: '',
2021-07-13 19:58:02 +00:00
execute(message, file) {
2021-06-27 23:41:25 +00:00
}
}