mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 02:19:09 -04:00
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