requested changes
This commit is contained in:
parent
65e9583445
commit
e83dd3353e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue