diff --git a/settings.gradle.kts b/settings.gradle.kts index f7232c8..8b3c949 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,2 @@ -rootProject.name = "IEEEvents" - +rootProject.name = "IEEEventsBot" diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c8b3a38..7db9673 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,6 +1,21 @@ -prefix: "!" -token: "12396510498gmj0194c8g1m0394gjm" -update-status: true +# The bots' prefix +prefix: "e." +# The bots' Discord login token +token: "abcdefghijklmnopqrstuvwxyz1234567890" +# The url of the calendar the bot should clone calendar-url: "icalURL" -log-level: "INFO" \ No newline at end of file +# What level should the bot log? +# Valid options (from most frequent to least): [TRACE, DEBUG, INFO, WARN, ERROR] +log-level: "INFO" + +# Database options +database: + # The connection URL for MongoDB + url: "mongodb://mongo" + # The name of the database that should be used + name: "ieeebot" + +# The list of user IDs that should be considered owners +owners: + - "123456789" \ No newline at end of file