mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
Fill out browser and device IDENTIFY properties
This commit is contained in:
@@ -1811,7 +1811,7 @@ var InternalClient = (function () {
|
|||||||
large_threshold: self.client.options.largeThreshold,
|
large_threshold: self.client.options.largeThreshold,
|
||||||
properties: {
|
properties: {
|
||||||
"$os": process.platform,
|
"$os": process.platform,
|
||||||
"$browser": "",
|
"$browser": "discord.js",
|
||||||
"$device": "discord.js",
|
"$device": "discord.js",
|
||||||
"$referrer": "",
|
"$referrer": "",
|
||||||
"$referring_domain": ""
|
"$referring_domain": ""
|
||||||
|
|||||||
@@ -1580,7 +1580,7 @@ export default class InternalClient {
|
|||||||
large_threshold : self.client.options.largeThreshold,
|
large_threshold : self.client.options.largeThreshold,
|
||||||
properties: {
|
properties: {
|
||||||
"$os": process.platform,
|
"$os": process.platform,
|
||||||
"$browser": "",
|
"$browser": "discord.js",
|
||||||
"$device": "discord.js",
|
"$device": "discord.js",
|
||||||
"$referrer": "",
|
"$referrer": "",
|
||||||
"$referring_domain": ""
|
"$referring_domain": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user