bot now supports sharding, very hard, lots of work
This commit is contained in:
parent
d372525e35
commit
6e26a2a8f7
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class WoomyClient extends Eris.Client {
|
|||
|
||||
async function init () {
|
||||
const client = new WoomyClient(config.token, {
|
||||
maxShards: 'auto',
|
||||
defaultImageFormat: 'png',
|
||||
defaultImageSize: 2048,
|
||||
intents: [
|
||||
|
|
Loading…
Reference in a new issue