mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
testing cmds now have module prop, not on filename
This commit is contained in:
@@ -27,6 +27,7 @@ export type Context = {
|
||||
message: Option<Message>,
|
||||
interaction: Option<CommandInteraction>
|
||||
}
|
||||
// `string` | `SlashOptions`, narrow down your type by checking `text` | `slash`
|
||||
export type Arg = ParseType<{text : string, slash : SlashOptions}>
|
||||
|
||||
// TypeAlias for interaction.options
|
||||
|
||||
Reference in New Issue
Block a user