nodbot/commands/template

7 lines
106 B
Plaintext
Raw Normal View History

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