Added support for using both MongoDB and PostgreSQL, changed image api timeouts, removed all moderation commands
This commit is contained in:
parent
69d8100f23
commit
ef945adf09
21 changed files with 683 additions and 371 deletions
|
@ -7,8 +7,12 @@ NODE_ENV=development
|
|||
|
||||
# Put Discord token here
|
||||
TOKEN=
|
||||
|
||||
# Put database type here
|
||||
DB=mongo
|
||||
# Put MongoDB database URL here
|
||||
MONGO=mongodb://localhost:27017/esmBot
|
||||
|
||||
# Put snowflake ID of bot owner here
|
||||
OWNER=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue