Justin
Justin
Explore posts from servers
MIA🎶 Moonlink.js - Imagine a Music Application
Created by flat-fuchsia on 10/8/2023 in #help
Bot disconnects
Different question @1Lucas1.apk. Is it possible to apply filters to the music? Like making the music bass boosted or something like that?
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by rival-black on 10/8/2023 in #help
Bot disconnects
ah so it's player.setVolume(boolean)?
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by optimistic-gold on 10/8/2023 in #help
Bot disconnects
And yes, I defined player.
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by like-gold on 10/8/2023 in #help
Bot disconnects
Should be implemented right, this is my code; https://sourceb.in/0yhUYPDBHq
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by other-emerald on 10/8/2023 in #help
Bot disconnects
Huh, I did?
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by fascinating-indigo on 10/8/2023 in #help
Bot disconnects
TypeError: player.volume is not a function ?
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by dependent-tan on 10/8/2023 in #help
Bot disconnects
Entire different question right now. Is it possible to lower the volume of the audio/music (whatever is playing) of the discord bot? Like setting the volume to 50% or something like that.
202 replies
DIAdiscord.js - Imagine an app
Created by Justin on 10/9/2023 in #djs-voice
Issues with getting an guild ID
Ah sad. I'll look/request then if they can add a feature like that. Anyways thanks!
5 replies
DIAdiscord.js - Imagine an app
Created by Justin on 10/9/2023 in #djs-voice
Issues with getting an guild ID
I have a different command called 'play' that joins the voice channel throughout a lavalink-client package. So it's in theory already in a VoiceChannel, but that package doesn't support lowering the volume. So how can I do it then?
5 replies
DIAdiscord.js - Imagine an app
Created by Justin on 10/9/2023 in #djs-voice
Issues with getting an guild ID
- [email protected] and using node version v18.18.0 - I'm trying to make an /setvolume slash command to change the volume of the bot when it's playing its music. But I need to get the guild ID. I tried everytime all options, but just by console logging interaction.guild.id it returns with the guild id. When I put in the getVoiceConnection part it returns with undefined so how will I define the guild ID? - my entire code: https://sourceb.in/Y0YvSgomYF
5 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by plain-purple on 10/8/2023 in #help
Bot disconnects
Different question now, is it possible to change the messages of Moonlink.js?
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by fair-rose on 10/8/2023 in #help
Bot disconnects
I just copied over your code from the Github Repo, and it worked :NM_peepoShrugSmile:, so i don't know how i assigned them
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by afraid-scarlet on 10/8/2023 in #help
Bot disconnects
client returns
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by fascinating-indigo on 10/8/2023 in #help
Bot disconnects
undefined
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by noble-gold on 10/8/2023 in #help
Bot disconnects
alright one sec
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by fascinating-indigo on 10/8/2023 in #help
Bot disconnects
It keeps giving me this error, TypeError: Cannot read properties of undefined (reading 'players')
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by unwilling-turquoise on 10/8/2023 in #help
Bot disconnects
So how to use it in an external file?
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by eastern-cyan on 10/8/2023 in #help
Bot disconnects
Cause this is my external file,
module.exports = {
name: "voiceStateUpdate",
async execute(client, oldState, newState) {
if (oldState.member.user.bot && oldState.channel && !newState.channel) {
const guildId = oldState.guild.id;
let player = client.moon.player.get(guildId);

if (player) {
player.destroy();
}
}
},
};
module.exports = {
name: "voiceStateUpdate",
async execute(client, oldState, newState) {
if (oldState.member.user.bot && oldState.channel && !newState.channel) {
const guildId = oldState.guild.id;
let player = client.moon.player.get(guildId);

if (player) {
player.destroy();
}
}
},
};
And then it returns with TypeError: Cannot read properties of undefined (reading 'player')
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by quickest-silver on 10/8/2023 in #help
Bot disconnects
Basically an 'external file'
202 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by unwilling-turquoise on 10/8/2023 in #help
Bot disconnects
v18.18.0
202 replies