nodbot/commands/template
2021-06-27 19:41:25 -04:00

7 lines
106 B
Plaintext

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