Lemur2591
Lemur2591
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Lemur2591 on 4/22/2024 in #djs-questions
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?
5 replies