mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 15:18:21 +00:00
Merge pull request #172 from Ruben-Schadron/patch-2
This commit is contained in:
commit
288fd752ab
1 changed files with 10 additions and 0 deletions
10
src/bot.js
10
src/bot.js
|
|
@ -71,6 +71,16 @@ if (clientID && clientSecret) {
|
|||
password: process.env.LAVALINK_PASSWORD || "CorwinDev",
|
||||
secure: Boolean(process.env.LAVALINK_SECURE) || false
|
||||
},
|
||||
{
|
||||
host: "lavalink.techpoint.world",
|
||||
port: 80,
|
||||
password: "techpoint"
|
||||
},
|
||||
{
|
||||
host: "149.56.20.224",
|
||||
port: 19155,
|
||||
password: "Techpoint"
|
||||
},
|
||||
],
|
||||
send(id, payload) {
|
||||
const guild = client.guilds.cache.get(id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue