mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
Merge pull request #70 from Peter-MJ-Parker/patch-3
edit: params is for MessageComponents
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user