creating a lobby invite system with dj

createLobby(type, capacity, metadata) {
return this.request(RPCCommands.CREATE_LOBBY, {
type,
capacity,
metadata,
});
}
createLobby(type, capacity, metadata) {
return this.request(RPCCommands.CREATE_LOBBY, {
type,
capacity,
metadata,
});
}
what is type? whats metadata? am I even on the right track?
4 Replies
d.js toolkit
d.js toolkit3mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
NyR
NyR3mo ago
We don't know what those are either, with what you have shown us, I doubt it's discord.js related at all
Lemur2591
Lemur25913mo ago
alright, then, that's okay, what would you use to create a lobby with discord.js
NyR
NyR3mo ago
Idk, I haven't tried it! But that's beyond the scope of this channel, try #useful-servers or #other-js-ts