diff --git a/src/structure/client/Intercom.js b/src/structure/client/Intercom.js index e9a2137..b582738 100644 --- a/src/structure/client/Intercom.js +++ b/src/structure/client/Intercom.js @@ -4,7 +4,7 @@ class Intercom { this.client = client; - if(client.singleton) { + if(client.singleton || client.shard.ids[0] === 0) { this.client.eventHooker.hook('built', () => { this._transportCommands(); });