File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 44
44
groups :
45
45
screaming-snake-case-static-properties :
46
46
- name : " /^[A-Z_0-9]+$/"
47
- - type : property
48
- sort : none
47
+ type : property
49
48
static : true
50
49
alphabetical-static-properties :
51
50
- type : property
58
57
alphabetical-methods :
59
58
- type : method
60
59
sort : alphabetical
60
+ static : false
61
61
alphabetical-properties :
62
62
- type : property
63
63
sort : alphabetical
Original file line number Diff line number Diff line change @@ -2346,6 +2346,7 @@ class Shard extends EventEmitter {
2346
2346
}
2347
2347
2348
2348
_onWSClose ( code , reason ) {
2349
+ reason = reason . toString ( ) ;
2349
2350
this . emit ( "debug" , "WS disconnected: " + JSON . stringify ( {
2350
2351
code : code ,
2351
2352
reason : reason ,
Original file line number Diff line number Diff line change 42
42
},
43
43
"homepage" : " https://abal.moe/Eris/" ,
44
44
"dependencies" : {
45
- "ws" : " ^7.4.6 "
45
+ "ws" : " ^8.2.3 "
46
46
},
47
47
"devDependencies" : {
48
- "@types/node" : " ^14.14.35 " ,
49
- "@types/ws" : " ^7.4.4 " ,
50
- "@typescript-eslint/eslint-plugin" : " ^4.19 .0" ,
51
- "@typescript-eslint/parser" : " ^4.19 .0" ,
52
- "eslint" : " ^7.22 .0" ,
53
- "eslint-plugin-sort-class-members" : " ^1.10 .0" ,
54
- "typescript" : " ^4.2.2 "
48
+ "@types/node" : " ^16.11.7 " ,
49
+ "@types/ws" : " ^8.2.0 " ,
50
+ "@typescript-eslint/eslint-plugin" : " ^4.33 .0" ,
51
+ "@typescript-eslint/parser" : " ^4.33 .0" ,
52
+ "eslint" : " ^7.32 .0" ,
53
+ "eslint-plugin-sort-class-members" : " ^1.14 .0" ,
54
+ "typescript" : " ^4.4.4 "
55
55
},
56
56
"optionalDependencies" : {
57
57
"opusscript" : " ^0.0.8" ,
58
- "tweetnacl" : " ^1.0.1 "
58
+ "tweetnacl" : " ^1.0.3 "
59
59
},
60
60
"browser" : {
61
61
"@discordjs/opus" : false ,
You can’t perform that action at this time.
0 commit comments