discord-freepbx-manager/interactionHandlers/commands/cdr.js

5 lines
141 B
JavaScript

module.exports = {}
module.exports.execute = async (interaction) => {
interaction.reply({ephemeral: true, content: `To be implemented!`})
}