nodbot/commands/template

7 lines
106 B
Plaintext

module.exports = {
name: '',
description: '',
execute(message, args) {
message.channel.send('');
}
}