There was an error while loading. Please reload this page.
(5.0.0)
Gets the currently set socketUrl that WebSocket requests are being sent to.
Returns the socketUrl that is currently being used to send WebSocket requests to.
const socketUrl = bot.getSocketURL('https://plug.dj'); console.log(socketUrl)
Menu