diff --git a/commands/admin/member_roles/slash.js b/commands/admin/member_roles/slash.js index 90edb41..bdaa6c5 100644 --- a/commands/admin/member_roles/slash.js +++ b/commands/admin/member_roles/slash.js @@ -48,7 +48,6 @@ export const data = new SlashCommandBuilder() .setRequired(true) ) ); - /** @param {ChatInputCommandInteraction} interaction */ export async function execute(interaction) { const { options } = interaction;