mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 19:50:55 +00:00
Webpack build: 9c59b649ad
This commit is contained in:
parent
26057960df
commit
611ad181ea
2 changed files with 2 additions and 2 deletions
|
|
@ -20224,7 +20224,7 @@ class APIRequest {
|
||||||
} else if (this.data) {
|
} else if (this.data) {
|
||||||
apiRequest.send(this.data);
|
apiRequest.send(this.data);
|
||||||
}
|
}
|
||||||
apiRequest.set('User-Agent', this.rest.userAgentManager.userAgent);
|
if (!this.rest.client.browser) apiRequest.set('User-Agent', this.rest.userAgentManager.userAgent);
|
||||||
return apiRequest;
|
return apiRequest;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
discord.indev.min.js
vendored
2
discord.indev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue