From 710cb59e489b7f93dfbba7fc28dd67bf05923a5b Mon Sep 17 00:00:00 2001 From: Cinnamon <71698422+aiko-chan-ai@users.noreply.github.com> Date: Thu, 4 Aug 2022 19:03:02 +0700 Subject: [PATCH] Update SlashCommand.md --- Document/SlashCommand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document/SlashCommand.md b/Document/SlashCommand.md index f80fc03..d1c2fc1 100644 --- a/Document/SlashCommand.md +++ b/Document/SlashCommand.md @@ -1,5 +1,5 @@ # Slash command demo -- Unsupport Autocomplete feature (maybe) +- Support Autocomplete feature (half) - Unused `guild.searchInteraction()` (Use only if not working properly) # Slash Command (no options) @@ -63,4 +63,4 @@ await message.channel.sendSlash('718642000898818048', 'sauce', a) - [interactionCreate](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionCreate) - [interactionFailure](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionFailure) - [interactionSuccess](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionSuccess) -- [interactionModalCreate](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionModalCreate) \ No newline at end of file +- [interactionModalCreate](https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/Client?scrollTo=e-interactionModalCreate)