-
Notifications
You must be signed in to change notification settings - Fork 2
/
Config.toml.example
47 lines (40 loc) · 1.11 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[discord]
token = "" # https://discord.com/developers/applications/<APP_ID>/bot
prefix = "!"
guild_ids = [182892283111276544] # Guilds to register slash commands on.
[commands]
eval_timeout = 10.0
# there can be multiple `reaction_roles`
[reaction_roles.color_roles]
message_id = 960190427456221224
# Match the role id and the emoji name with indexes.
role_ids = [960191030479704115, 960191078248628234, 960205154488037436]
emoji_names = ["💜", "💚", "doggo"]
# there can be multiple `notifications`
[[notifications]]
channel_id = 911224587931488296
message = "Test"
cron = "0 11 * * *"
[[notifications]]
channel_id = 911224587931488296
message = "Test (maybe)"
cron = "1 0 * * *"
probability = 0.2
# https://github.com/freyacodes/Lavalink
[lavalink]
host = "127.0.0.1"
port = 2333
password = "youshallnotpass"
[cassandra]
hosts = ["127.0.0.1"]
port = 9042
keyspace = "ciberbot"
# there can be multiple `welcome`
[welcome.casal]
guild_id = 182892283111276544
channel_id = 706995131332689980
headings = [
"Welcome %u to the server!",
"Greetings %u!",
]
message = """Make sure to read the rules in <#753325055185911858>!"""