mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
chore: deps
This commit is contained in:
@@ -19,7 +19,10 @@ export class SimpleContextFetchingStrategy implements IContextFetchingStrategy {
|
||||
return newThrottler;
|
||||
}
|
||||
|
||||
public constructor(private readonly manager: WebSocketManager, public readonly options: FetchingStrategyOptions) {}
|
||||
public constructor(
|
||||
private readonly manager: WebSocketManager,
|
||||
public readonly options: FetchingStrategyOptions,
|
||||
) {}
|
||||
|
||||
public async retrieveSessionInfo(shardId: number): Promise<SessionInfo | null> {
|
||||
return this.manager.options.retrieveSessionInfo(shardId);
|
||||
|
||||
Reference in New Issue
Block a user