generated from Baipyrus/DiscordJS-Template
clean up: consistency
This commit is contained in:
parent
94b0797797
commit
13f3c4e78a
@ -48,7 +48,6 @@ export const data = new SlashCommandBuilder()
|
|||||||
.setRequired(true)
|
.setRequired(true)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
/** @param {ChatInputCommandInteraction} interaction */
|
/** @param {ChatInputCommandInteraction} interaction */
|
||||||
export async function execute(interaction) {
|
export async function execute(interaction) {
|
||||||
const { options } = interaction;
|
const { options } = interaction;
|
||||||
|
Loading…
Reference in New Issue
Block a user