chore(resources): update default config

This commit is contained in:
2022-11-03 15:24:56 -05:00
parent 177503147b
commit 93d3b84646
2 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,2 @@
rootProject.name = "IEEEvents" rootProject.name = "IEEEventsBot"

View File

@@ -1,6 +1,21 @@
prefix: "!" # The bots' prefix
token: "12396510498gmj0194c8g1m0394gjm" prefix: "e."
update-status: true # The bots' Discord login token
token: "abcdefghijklmnopqrstuvwxyz1234567890"
# The url of the calendar the bot should clone
calendar-url: "icalURL" calendar-url: "icalURL"
# What level should the bot log?
# Valid options (from most frequent to least): [TRACE, DEBUG, INFO, WARN, ERROR]
log-level: "INFO" 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"