5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
|
|
module.exports = {}
|
|
module.exports.execute = async (interaction) => {
|
|
interaction.reply({ephemeral: true, content: `To be implemented!`})
|
|
} |