diff --git a/src/structure/client/Intercom.js b/src/structure/client/Intercom.js index b582738..ae8f77e 100644 --- a/src/structure/client/Intercom.js +++ b/src/structure/client/Intercom.js @@ -28,7 +28,7 @@ class Intercom { .filter((c) => c._type === 'command' && c.slash) .map((c) => c.shape); - if (process.env.NODE_ENV !== 'production') return this.send('commands', { type: 'guild', commands, clientId }); + if (process.env.NODE_ENV === 'development') return this.send('commands', { type: 'guild', commands, clientId }); this.send('commands', { type: 'global', commands, clientId }); //this.send('commands', { type: 'guild', commands, clientId });