mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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,
|
||||
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": ""
|
||||
|
||||
Reference in New Issue
Block a user