mirror of
https://github.com/sern-handler/handler
synced 2026-06-20 23:02:15 +00:00
created new SlashOptions wrap type
This commit is contained in:
@@ -26,5 +26,7 @@ export type Context = {
|
||||
}
|
||||
export type ParseType = {
|
||||
text : [arg: string];
|
||||
slash : [options : Omit<CommandInteractionOptionResolver, "getMessage" | "getFocused">]
|
||||
slash : [SlashOptions]
|
||||
};
|
||||
|
||||
export type SlashOptions = Omit<CommandInteractionOptionResolver, "getMessage" | "getFocused">;
|
||||
Reference in New Issue
Block a user