Fix typo in join command

This commit is contained in:
Logan Cusano
2024-05-16 22:05:30 -04:00
parent 296df12584
commit 544b17613f

View File

@@ -57,7 +57,7 @@ export async function execute(nodeIo, interaction) {
const joinSelectedNode = async (selectedNodeSocketId) => {
const openSocket = await nodeIo.sockets.sockets.get(selectedNodeSocketId);
// Get the open ID for this connection\
const ss = await getAvailableTokensInGuild(nodeIo, interaction.guild.id);
const discordTokens = await getAvailableTokensInGuild(nodeIo, interaction.guild.id);
console.log("Available discord tokens: ", discordTokens);
if (discordTokens.length >= 1) {