First Implements Progression Bar
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-04-27 23:45:36 +02:00
parent 6aec5ec3b6
commit 8add3c13b7
6 changed files with 201 additions and 27 deletions

View File

@ -46,9 +46,9 @@ module.exports = {
if(!player) {
player = client.manager.create({
guild: interaction.guild.id,
voiceChannel: interaction.member.voice.channel.id,
textChannel: interaction.channel.id,
guild: interaction.guild.id,
voiceChannel: interaction.member.voice.channel.id,
textChannel: interaction.channel.id,
});
player.connect();

View File

@ -34,8 +34,8 @@ module.exports = {
const nodes = [
{
host: "lavalink.devamop.in",
password: "DevamOP",
host: "lavalink.lexnet.cc",
password: "lexn3tl@val!nk",
port: 443,
secure: true
}