requested changes

This commit is contained in:
DjDeveloperr 2021-01-21 19:11:35 +05:30
parent 65e9583445
commit e83dd3353e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ export class Client extends HarmonyEventEmitter<ClientEvents> {
enabled: options.enableSlash
})
if (options.fetchGatewayInfo === true) this.fetchGatewayInfo = true
this.fetchGatewayInfo = options.fetchGatewayInfo ?? false
if (this.token === undefined) {
try {