mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 15:11:32 +00:00
Fill out browser and device IDENTIFY properties
This commit is contained in:
parent
1049a1d70a
commit
b05e18871a
2 changed files with 2 additions and 2 deletions
|
|
@ -1811,7 +1811,7 @@ var InternalClient = (function () {
|
|||
large_threshold: self.client.options.largeThreshold,
|
||||
properties: {
|
||||
"$os": process.platform,
|
||||
"$browser": "",
|
||||
"$browser": "discord.js",
|
||||
"$device": "discord.js",
|
||||
"$referrer": "",
|
||||
"$referring_domain": ""
|
||||
|
|
|
|||
|
|
@ -1580,7 +1580,7 @@ export default class InternalClient {
|
|||
large_threshold : self.client.options.largeThreshold,
|
||||
properties: {
|
||||
"$os": process.platform,
|
||||
"$browser": "",
|
||||
"$browser": "discord.js",
|
||||
"$device": "discord.js",
|
||||
"$referrer": "",
|
||||
"$referring_domain": ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue