Miscellaneous formatting
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
|||||||
.setRequired(false)
|
.setRequired(false)
|
||||||
),
|
),
|
||||||
handler: async function (client: Client, interaction: ChatInputCommandInteraction) {
|
handler: async function (client: Client, interaction: ChatInputCommandInteraction) {
|
||||||
await interaction.deferReply({flags: [MessageFlags.Ephemeral]});
|
await interaction.deferReply({ flags: [MessageFlags.Ephemeral] });
|
||||||
|
|
||||||
const id = interaction.options.getInteger('id');
|
const id = interaction.options.getInteger('id');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user