beanieemann
beanieemann
DIAdiscord.js - Imagine an app
Created by beanieemann on 4/2/2024 in #djs-questions
can anyone help me revise the set position command
This will suffice ig
12 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 4/2/2024 in #djs-questions
can anyone help me revise the set position command
Until that is completed
12 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 4/2/2024 in #djs-questions
can anyone help me revise the set position command
It would be redundant for me to do it
12 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 4/2/2024 in #djs-questions
can anyone help me revise the set position command
Someone is mocking the api
12 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 4/2/2024 in #djs-questions
can anyone help me revise the set position command
if you can explain how it works, i would be grateful
12 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 4/2/2024 in #djs-questions
can anyone help me revise the set position command
but i just wanted to know how the setPosition function works so i can mock it properly
12 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 4/2/2024 in #djs-questions
can anyone help me revise the set position command
12 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 4/2/2024 in #djs-questions
can anyone help me revise the set position command
This is a mock version of everything, that doesn't happen here
12 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 3/20/2024 in #djs-questions
how do I create a abstracted role layer for mocking
@Qjuh do you know anyone that has already done this, I have never mocked an api befor
3 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
it still isnt working
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
nope
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
const connection = joinVoiceChannel(
{
channelId: message.channel.id,
guildId: message.channel.guild.id,
adapterCreator: message.channel.guild.voiceAdapterCreator,
});

const resource = createAudioResource(path.join(__dirname,'video.mp3'))
const player = createAudioPlayer()
//const resource = createAudioResource('/home/runner/Nodejs/video.mp3');
const subscription = connection.subscribe(player)
player.play(resource)
console.log(resource);
const connection = joinVoiceChannel(
{
channelId: message.channel.id,
guildId: message.channel.guild.id,
adapterCreator: message.channel.guild.voiceAdapterCreator,
});

const resource = createAudioResource(path.join(__dirname,'video.mp3'))
const player = createAudioPlayer()
//const resource = createAudioResource('/home/runner/Nodejs/video.mp3');
const subscription = connection.subscribe(player)
player.play(resource)
console.log(resource);
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
i am going to kill someone if this is about intents
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
this file and e.mp3 are in the same folder
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
volume and encoder are underfined
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
playbackDuration is 0
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
the problems with the resource
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
but still isnt working
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
const connection = joinVoiceChannel(
{
channelId: message.channel.id,
guildId: message.channel.guild.id,
adapterCreator: message.channel.guild.voiceAdapterCreator,
});


const player = createAudioPlayer()
const resource = createAudioResource("e.mp3");
const subscription = connection.subscribe(player)
player.play(resource)
const connection = joinVoiceChannel(
{
channelId: message.channel.id,
guildId: message.channel.guild.id,
adapterCreator: message.channel.guild.voiceAdapterCreator,
});


const player = createAudioPlayer()
const resource = createAudioResource("e.mp3");
const subscription = connection.subscribe(player)
player.play(resource)
35 replies
DIAdiscord.js - Imagine an app
Created by beanieemann on 12/23/2022 in #djs-voice
audio aint working
ill try to unpause them
35 replies