diff --git a/src/content/docs/v4/transition/from-v3.mdx b/src/content/docs/v4/transition/from-v3.mdx index 6c5b5615d..2b8f1d354 100644 --- a/src/content/docs/v4/transition/from-v3.mdx +++ b/src/content/docs/v4/transition/from-v3.mdx @@ -15,7 +15,7 @@ export default commandModule({ type: CommandType.Slash, description: "My ping command", execute: (ctx, sdt) => { - sdt.params // only exists if current command is not a component + sdt.params // only exists if current command is a component (dynamic custom ids) sdt.deps // Dependencies sdt.type // module type }