Moebytes
Explore posts from serversclass constructor in c#
My editor wants to convert the following code
to this
is this the recommended way to write the constructor in c#? And do I still need the
private readonly DiscordClient discord = discord;
part or does that get automatically assigned.27 replies
DIAdiscord.js - Imagine an app
•Created by Moebytes on 8/22/2024 in #djs-voice
Seek option removed
In discord.js v12 there was an option to seek the audio stream while playing it like this:
But it seems to be removed, and now there isn't a way to play a stream from a different position.
I found an old issue that has some workaround code but its a bit annoying to use, when I think it should just be an option.
https://github.com/discordjs/discord.js/issues/9208
Is there any plans to add this option?
7 replies