Reverted change to sharding

This commit is contained in:
TheEssem 2020-04-03 09:25:36 -05:00
parent 75051d03c3
commit 430df53a5e
2 changed files with 1 additions and 3 deletions

View file

@ -16,7 +16,7 @@ const client = new Client(process.env.TOKEN, {
TYPING_START: true,
USER_UPDATE: true
},
maxShards: process.env.SHARDS,
maxShards: "auto",
opusOnly: true
});
module.exports = client;