We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a661d9 commit 8e38896Copy full SHA for 8e38896
docs/src/Guides/99 2.x Migration_NAFF.md
@@ -17,7 +17,7 @@ from interactions.ext import prefixed_commands
17
client = Client(..., intents=Intents.GUILD_MESSAGES | ...)
18
prefixed_commands.setup(client)
19
```
20
-From here it's more or less the same as before. You can find a guide on how to use prefixed commands [here](/Guides/26 Prefixed Commands.md).
+From here it's more or less the same as before. You can find a guide on how to use prefixed commands [here](/Guides/26 Prefixed Commands/).
21
22
## Hybrid Commands
23
For now, hybrid commands are not supported, but they will be in the future.
0 commit comments