Marc
User audio processing only works after rejoin
I am trying to do some audio processing using
but I am facing the weird issue that when, for example I am in a voice channel and have the bot join me, the flow only starts emitting packets after I rejoin the channel. In general it seems to only work if the bot is in the channel before the target user joins. Is there a way to fix that?
23 replies
Sending a message with an image attachment
I am trying to send a message with an image attachment as a command reply. This is the relevant code:
This used to work fine, but now I get this error:
I tried looking into that spot and it seems like the Discord API just directly returns the error about the empty message with an error code of 50006. The image I am appending is definitely valid - if I output it to my PC instead of attaching it, it shows no signs of corruption.
11 replies