some js docs

This commit is contained in:
jacoobes
2022-02-07 00:14:37 -06:00
parent 01308d9cf4
commit 43d169062c
2 changed files with 28 additions and 21 deletions

View File

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