chore(resources): update default config
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
|
||||
rootProject.name = "IEEEvents"
|
||||
|
||||
rootProject.name = "IEEEventsBot"
|
||||
|
||||
@@ -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"
|
||||
|
||||
# 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"
|
||||
Reference in New Issue
Block a user