clean up: consistency

This commit is contained in:
Baipyrus 2024-03-25 02:00:37 +01:00
parent 94b0797797
commit 13f3c4e78a

View File

@ -48,7 +48,6 @@ export const data = new SlashCommandBuilder()
.setRequired(true)
)
);
/** @param {ChatInputCommandInteraction} interaction */
export async function execute(interaction) {
const { options } = interaction;