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 c88aaf6 commit 00e49fcCopy full SHA for 00e49fc
apps/website/docs/guide/02-commands/08-middlewares.mdx
@@ -311,7 +311,7 @@ apply middleware to every command in your entire Discord bot.
311
:::tip
312
313
Middleware execution (both before and after) follows a hierarchy:
314
-command-scoped middlewares run first, then directory-scoped
315
-middlewares, and finally global middlewares.
+global middlewares run first, then directory-scoped middlewares, and
+finally command-scoped middlewares.
316
317
:::
0 commit comments