aMeow
aMeow
DIAdiscord.js - Imagine an app
Created by ReactiveTurtle🌸🥀 on 5/3/2025 in #djs-questions
How can I programmatically set or update the voice channel status
🫠
8 replies
DIAdiscord.js - Imagine an app
Created by ReactiveTurtle🌸🥀 on 5/3/2025 in #djs-questions
How can I programmatically set or update the voice channel status
Not supported but this should do the trick:
client.rest.put(`/channels/${channelId}/voice-status`, { body: {status: "some string"} })
client.rest.put(`/channels/${channelId}/voice-status`, { body: {status: "some string"} })
8 replies