forked from DiscordBots/lilJudd
feat: added comment to add sharding down the line
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
40cf95c43d
commit
6354b79f30
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue