Vesion 0.1.0 - Initial Version with First Commands

This commit is contained in:
Raphix
2023-08-20 17:00:50 +02:00
parent 8739acb402
commit f80e23827a
22 changed files with 4114 additions and 9 deletions

5
data/config.json Normal file
View File

@ -0,0 +1,5 @@
{
"token": "MTA5NDcyNzc4OTY4MjM4MDkyMg.GXRu96.tkaQ8XqbDgk4blhGk4sme6JGwQkgf9hQ92W15s",
"guild_id": "137291455336022018",
"voice_channel_id": "1094727789682380922"
}

8
data/nodes.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"host": "lavalink.devamop.in",
"password": "DevamOP",
"port": 443,
"secure": true
}
]