Skip to content

Commit

Permalink
Remove Session Start
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Fear committed Mar 7, 2022
1 parent 4c21d11 commit ad56b4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ const init = async () => {

}).then(async () => {

const RPGroup = new client.container.nmv.UUID(config.roleplayUUID);
// Start a group chat session - equivalent to opening a group chat but not sending a message
client.container.SLbot.clientCommands.comms.startGroupChatSession(RPGroup, 'I am Robot. Now online. ');
logger.log(`SL: Initating Roleplay Group Chat Session.`, "log");
//client.container.SLbot.clientEvents.onGroupChat.subscribe(groupChatEventFile.bind(client));

client.container.SLbot.clientEvents.onGroupChat.subscribe((eventInfo) => {
Expand Down

0 comments on commit ad56b4c

Please sign in to comment.