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: "!"
|
# 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"
|
||||||
|
|
||||||
log-level: "INFO"
|
# 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