feat: added comment to add sharding down the line

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-05-29 13:53:02 +02:00
parent 40cf95c43d
commit 6354b79f30

View file

@ -93,6 +93,12 @@ object Bot {
this.status = PresenceStatus.DoNotDisturb
this.playing("v." + BuildConstants.version)
}
// Sharding will be added if the load of the bot cannot be handled by one instance
/*
sharding { recommended ->
Shards(recommended)
} */
}
// Register button presses