generated from RainyXeon/Mutsuki
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.example.yml
38 lines (37 loc) · 1.5 KB
/
app.example.yml
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
bot:
TOKEN: "Bot Token"
CHANNEL_ID: "Channel ID"
EMBED_COLOR: "#2B2D31"
DEBUG_MODE: false
# You can monitor status of multiple Lavalink servers!
NODES:
- name: "Name"
host: "Host/IP"
port: Port
auth: "Password"
secure: false
# In rainlink, it support lavalink v3, lavalink v4 and nodelink v2 as driver
# If you put the wrong driver identify here or not put anything here,
# it will fallback to lavalink v4 driver
# Driver identify and support range:
# | Type | Support versions | Driver Name |
# | -------- | ---------------- | ----------------- |
# | Lavalink | v4.0.0 - v4.x.x | lavalink/v4/koinu |
# | Lavalink | v3.0.0 - v3.7.x | lavalink/v3/koto |
# | Nodelink | v2.0.0 - v2.x.x | nodelink/v2/nari |
driver: "lavalink/v3/koto"
- name: "Name"
host: "Host/IP"
port: Port
auth: "Password"
secure: false
# In rainlink, it support lavalink v3, lavalink v4 and nodelink v2 as driver
# If you put the wrong driver identify here or not put anything here,
# it will fallback to lavalink v4 driver
# Driver identify and support range:
# | Type | Support versions | Driver Name |
# | -------- | ---------------- | ----------------- |
# | Lavalink | v4.0.0 - v4.x.x | lavalink/v4/koinu |
# | Lavalink | v3.0.0 - v3.7.x | lavalink/v3/koto |
# | Nodelink | v2.0.0 - v2.x.x | nodelink/v2/nari |
driver: "lavalink/v4/koinu"