@satorijs/core
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -9,5 +9,2 @@ /// <reference types="ws" /> | ||
import Quester from 'cordis-axios'; | ||
export interface SendOptions { | ||
session?: Session; | ||
} | ||
export namespace Universal { | ||
@@ -80,2 +77,5 @@ interface Methods { | ||
} | ||
export interface SendOptions { | ||
session?: Session; | ||
} | ||
export interface Session extends Session.Payload { | ||
@@ -192,6 +192,7 @@ } | ||
guildId?: string; | ||
protected errors: Error[]; | ||
protected results: Session[]; | ||
protected session: Session; | ||
constructor(bot: B, channelId: string, guildId?: string); | ||
options?: SendOptions; | ||
errors: Error[]; | ||
results: Session[]; | ||
session: Session; | ||
constructor(bot: B, channelId: string, guildId?: string, options?: SendOptions); | ||
abstract flush(): Promise<void>; | ||
@@ -198,0 +199,0 @@ abstract visit(element: segment): Promise<void>; |
{ | ||
"name": "@satorijs/core", | ||
"description": "Core components of Satorijs", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"main": "lib/index.cjs", | ||
@@ -6,0 +6,0 @@ "module": "lib/index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
97098
1207