commit | 752af46e5e8ddd81c223192de24f72b86c9d6a00 | [log] [tgz] |
---|---|---|
author | PineaFan <ash@pinea.dev> | Sat Dec 31 21:59:38 2022 +0000 |
committer | PineaFan <ash@pinea.dev> | Sat Dec 31 21:59:38 2022 +0000 |
tree | fc62fe5803a4d4cc02d2ae796d9b13f9b57b8319 | |
parent | 64486c49fb22bb8df7e87214094214e43df14e15 [diff] [blame] |
Command registration (for mini)
diff --git a/src/commands/verify.ts b/src/commands/verify.ts index b9556a6..bf6a306 100644 --- a/src/commands/verify.ts +++ b/src/commands/verify.ts
@@ -5,6 +5,7 @@ const command = new SlashCommandBuilder().setName("verify").setDescription("Get verified in the server"); const callback = async (interaction: CommandInteraction): Promise<void> => { + interaction.reply("boo") verify(interaction); };