nodbot/commands/template
2021-06-28 21:42:22 -04:00

7 lines
106 B
Plaintext

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