Added option to .env to specify number of shards
This commit is contained in:
parent
ead0ab8546
commit
7c7dc779c8
2 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@ TOKEN=
|
|||
MONGO=mongodb://localhost:27017/esmBot
|
||||
# Put snowflake ID of bot owner here
|
||||
OWNER=
|
||||
# Put amount of needed shards here
|
||||
SHARDS=1
|
||||
|
||||
###########
|
||||
# Optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue