From 6354b79f30485da29875d0a8344cb1359feb4a8a Mon Sep 17 00:00:00 2001 From: limited_dev Date: Mon, 29 May 2023 13:53:02 +0200 Subject: [PATCH] feat: added comment to add sharding down the line Signed-off-by: limited_dev --- src/main/kotlin/net/moonleay/lilJudd/Bot.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/kotlin/net/moonleay/lilJudd/Bot.kt b/src/main/kotlin/net/moonleay/lilJudd/Bot.kt index 82caf91..eef040b 100644 --- a/src/main/kotlin/net/moonleay/lilJudd/Bot.kt +++ b/src/main/kotlin/net/moonleay/lilJudd/Bot.kt @@ -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