class SimpleContextFetchingStrategy

declare class SimpleContextFetchingStrategy implements IContextFetchingStrategy

Constructors

constructor()

Constructs a new instance of the SimpleContextFetchingStrategy class

readonly
options : FetchingStrategyOptions

retrieveSessionInfo(
shardId: number
) : Promise<SessionInfo | null>

updateSessionInfo(
shardId: number
sessionInfo: SessionInfo | null
) : _discordjs_util.Awaitable<void>