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)