Add placeholder for cdr command
This commit is contained in:
parent
b7559411c6
commit
bb3e063987
5
interactionHandlers/commands/cdr.js
Normal file
5
interactionHandlers/commands/cdr.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
module.exports = {}
|
||||
module.exports.execute = async (interaction) => {
|
||||
interaction.reply({ephemeral: true, content: `To be implemented!`})
|
||||
}
|
Loading…
Reference in a new issue