Fixed a typo on the documentation homepage. (#2761)

This commit is contained in:
Gersti
2023-08-14 14:05:01 +02:00
committed by GitHub
parent 7bfeb98265
commit 171f95d49c

View File

@@ -62,7 +62,7 @@ feature-rich structure to register & handle interactions like application comman
#### Slash Commands
Slash commands are purposed to take over the normal prefixed commands in Discord and comes with good functionality to serve as a replacement.
Being interactions, they are handled as SocketInteractions. Creating and receiving slashcommands is covered below.
Being interactions, they are handled as SocketInteractions. Creating and receiving slash commands is covered below.
- Find out more about slash commands in the
[Slash Command Guides](xref:Guides.SlashCommands.Intro)