Merge pull request #70 from Peter-MJ-Parker/patch-3

edit: params is for MessageComponents
This commit is contained in:
Jacob Nguyen
2024-07-19 17:29:46 -05:00
committed by GitHub

View File

@@ -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
}