added large_threshold as an option

This commit is contained in:
hydrabolt
2016-02-12 21:08:13 +00:00
parent 5132c9ade4
commit abde946864
4 changed files with 4 additions and 2 deletions

View File

@@ -1086,7 +1086,7 @@ export default class InternalClient {
token: self.token,
v: 3,
compress: self.client.options.compress,
large_threshold : 250,
large_threshold : self.client.options.large_threshold,
properties: {
"$os": "discord.js",
"$browser": "discord.js",