Merge branch 'master' of github.com:esmBot/esmBot
This commit is contained in:
commit
fa698d1254
1 changed files with 4 additions and 3 deletions
|
@ -10,11 +10,12 @@ TOKEN=
|
|||
|
||||
# Put the database connection URL here
|
||||
# Example for SQLite:
|
||||
# DB=sqlite://data.sqlite
|
||||
DB=sqlite://data.sqlite
|
||||
# Example for PostgreSQL:
|
||||
DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
|
||||
# DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
|
||||
|
||||
# Put snowflake ID of bot owner here
|
||||
# Put snowflake ID of bot owner here (obtainable by going into Discord settings -> Appearance and enabling Developer Mode,
|
||||
# then right clicking on your profile picture and selecting Copy ID)
|
||||
OWNER=
|
||||
|
||||
# Put default prefix here
|
||||
|
|
Loading…
Reference in a new issue