Add support for sending teleport requests. Closes #33

This commit is contained in:
Casper Warden
2020-11-19 15:56:29 +00:00
parent f6cdcbd7ae
commit 5c7fcd09bd
2 changed files with 32 additions and 0 deletions

View File

@@ -360,6 +360,9 @@ async function connect()
// Send a group message
await bot.clientCommands.comms.sendGroupMessage(groupKey, 'Test');
// "Open" group chat but don't send a message
await bot.clientCommands.comms.startGroupChatSession("f0466f71-abf4-1559-db93-50352d13ae74", "");
}
catch (error)
{
@@ -379,6 +382,8 @@ async function connect()
console.log(p.Name);
}
console.log('========================');
await bot.clientCommands.comms.sendTeleport('d1cd5b71-6209-4595-9bf0-771bf689ce00');
}
catch (error)
{