diff --git a/README.md b/README.md index fd3f3f8..1086c25 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ For security reasons, the following properties must be declared as environment v | Environment Variable | Description | | ---------------------- | ------------------------------------------------------------ | -| `INSIGHTS_BOT_DB_URL` | The JDBC URL used to access the data source, usually of the form `jdbc:://:/`. | +| `INSIGHTS_BOT_DB_URL` | The JDBC URL used to access the data source. | | `INSIGHTS_BOT_DB_USER` | The user with which the bot will access the data source. | | `INSIGHTS_BOT_DB_PASS` | The password for the above user. | -| `INSIGHTS_BOT_TOKEN` | The Discord Bot token to use for the bot. | \ No newline at end of file +| `INSIGHTS_BOT_TOKEN` | The Discord Bot token to use for the bot. | +| `INSIGHTS_BOT_ADMINS` | (Optional) Comma-separated list of user ids for admin users. | \ No newline at end of file diff --git a/pom.xml b/pom.xml index 48e80b5..55ca442 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.javadiscord insights-bot - 1.1.0 + 1.2.0 UTF-8