mushtaq
mushtaq
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
thanks brother
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
the path was the issue
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
I cannot fathom this
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
omg
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
it is connecting
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
const resource = createAudioResource("../../media/goofy.mp3");
const channel = interaction.options.getChannel("channel"); // interaction.guild is the object representing the Guild in which the command was run

const connection = joinVoiceChannel({
channelId: channel.id,
guildId: interaction.guild.id,
adapterCreator: interaction.guild.voiceAdapterCreator,
});
const player = createAudioPlayer({});
player.play(resource);
connection.subscribe(player);
console.log(connection);
player.on(AudioPlayerStatus.Playing, () => {
console.log("The audio player has started playing!");
});
interaction.reply("ok");
const resource = createAudioResource("../../media/goofy.mp3");
const channel = interaction.options.getChannel("channel"); // interaction.guild is the object representing the Guild in which the command was run

const connection = joinVoiceChannel({
channelId: channel.id,
guildId: interaction.guild.id,
adapterCreator: interaction.guild.voiceAdapterCreator,
});
const player = createAudioPlayer({});
player.play(resource);
connection.subscribe(player);
console.log(connection);
player.on(AudioPlayerStatus.Playing, () => {
console.log("The audio player has started playing!");
});
interaction.reply("ok");
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
as intent
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
GatewayIntentBits.GuildVoiceStates
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
however I have
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
its stuck in signalling phase
15 replies
DIAdiscord.js - Imagine an app
Created by mushtaq on 2/3/2024 in #djs-voice
how do you play audio
arctic
15 replies
DIAdiscord.js - Imagine an app
Created by ItzDaSrijan on 1/31/2024 in #djs-questions
Need help with buttons
nice
51 replies
DIAdiscord.js - Imagine an app
Created by v.dll on 1/30/2024 in #djs-questions
Slash command working but still replying with "The application did not respond"
I had the same issue some time back
63 replies
DIAdiscord.js - Imagine an app
Created by v.dll on 1/30/2024 in #djs-questions
Slash command working but still replying with "The application did not respond"
defer reply should work
63 replies
DIAdiscord.js - Imagine an app
Created by ItzDaSrijan on 1/31/2024 in #djs-questions
Need help with buttons
not message
51 replies
DIAdiscord.js - Imagine an app
Created by ItzDaSrijan on 1/31/2024 in #djs-questions
Need help with buttons
why dont create message component collectar using interaction
51 replies
DIAdiscord.js - Imagine an app
Created by ./u.7-z on 1/31/2024 in #djs-questions
Add math.sqrt in a calc command
you forgot to add ()
19 replies
DIAdiscord.js - Imagine an app
Created by ./u.7-z on 1/31/2024 in #djs-questions
Add math.sqrt in a calc command
also Math.sqrt is a method
19 replies
DIAdiscord.js - Imagine an app
Created by ./u.7-z on 1/31/2024 in #djs-questions
Add math.sqrt in a calc command
what do you need help with
19 replies