File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export class DJSAutoPoster extends BaseClient implements BaseClientInterface {
3737 users : this . _client . users . cache . size ,
3838 servers : this . _client . guilds . cache . size ,
3939 shards : this . _client . options . shardCount ? this . _client . options . shardCount : 0 ,
40- shard_list : this . _client . shard . ids
40+ shard_list : this . _client . shard . ids ? this . _client . shard . ids : [ ]
4141 }
4242 }
4343}
Original file line number Diff line number Diff line change 4141 "@types/node-fetch" : " ^2.6.4" ,
4242 "ts-node" : " ^10.9.1" ,
4343 "typescript" : " ^5.1.6"
44- }
44+ },
45+ "gitHead" : " 6cf36d4d527cd4795595056f00c367337143e3c5"
4546}
Original file line number Diff line number Diff line change 4949 "devDependencies" : {
5050 "typescript" : " ^5.1.6"
5151 },
52- "gitHead" : " 7c8a6a41e92aada1bdebf2b9aafe92251ff5a567 "
52+ "gitHead" : " 6cf36d4d527cd4795595056f00c367337143e3c5 "
5353}
You can’t perform that action at this time.
0 commit comments