nodbot/commands/template

7 lines
106 B
Plaintext
Raw Normal View History

2021-06-27 23:41:25 +00:00
module.exports = {
2021-06-29 01:42:22 +00:00
name: '',
description: '',
2021-06-27 23:41:25 +00:00
execute(message, args) {
2021-06-29 01:42:22 +00:00
message.channel.send('');
2021-06-27 23:41:25 +00:00
}
}