Add support for a configuration file.
This commit is contained in:
5
pluralkit.conf.example
Normal file
5
pluralkit.conf.example
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"database_uri": "postgres://username:password@hostname:port/database_name",
|
||||
"token": "BOT_TOKEN_GOES_HERE",
|
||||
"log_channel": null
|
||||
}
|
Reference in New Issue
Block a user