-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyiski5_config.toml.example
33 lines (31 loc) · 1.17 KB
/
yiski5_config.toml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[bot] # Essential settings for the bot.
# Timezone your are basing the reset on.
timezone = "America/Los_Angeles"
# How many days into the future do you want this to initially start on, if doing a midnight
# I recommend 1 (else you select the previous and it starts instantly)
daysAhead = 1
# Interval you want the bot to be reset at in minutes.
resetInterval = 1440
# Time you want the initial reset to occour at, in 24 hour time.
initialResetHour = 0
initialResetMinute = 0
[channels] # Channel related settings.
# Your vent channel ID.
vent = "000000000000000000"
# The channel ID for vent logs to be sent to.
ventLog = "000000000000000000"
# The channel ID for vent attachments (uploaded files) to be sent to.
ventAttachments = "000000000000000000"
[filters] # Message types the bot will filter out of the wipe (true = not removed).
# Webhook messages.
webhooks = false
# Bot messages.
bots = false
# System messages.
system = true
# Pinned messages.
pinned = true
# A list of message IDs to not be removed. Use if you have any messages to be never wiped.
messages = [ 000000000000000000, 000000000000000000 ]
# A list of user IDs to not remove the messages of.
authors = [ 000000000000000000 ]