This commit is contained in:
2023-05-19 21:02:10 +02:00
parent 9a7bc7e089
commit 63a9d811b5

View File

@@ -26,6 +26,9 @@ module.exports = {
async execute(interaction) { async execute(interaction) {
await interaction.reply({ content: 'In development', ephemeral: true });
return
const user = interaction.options.getUser('user'); const user = interaction.options.getUser('user');
const channel = interaction.options.getChannel('channel'); const channel = interaction.options.getChannel('channel');
const role = interaction.options.getRole('role'); const role = interaction.options.getRole('role');