mirror of
https://github.com/sern-handler/handler
synced 2026-06-26 09:42:15 +00:00
some js docs
This commit is contained in:
2
src/types/handler/handler.d.ts
vendored
2
src/types/handler/handler.d.ts
vendored
@@ -14,7 +14,7 @@ export type ParseType<T> = {
|
||||
[K in keyof T] : T[K] extends unknown ? [k : K, args: T[K] ] : never;
|
||||
}[keyof T];
|
||||
|
||||
// A Sern.Module will carry a Context Parameter
|
||||
// A Sern.Module["delegate"] will carry a Context Parameter
|
||||
export type Context = {
|
||||
text : Option<Message>,
|
||||
slash : Option<CommandInteraction>
|
||||
|
||||
Reference in New Issue
Block a user