Skip to content

Commit ad56b4c

Browse files
author
Jacob Fear
committed
Remove Session Start
1 parent 4c21d11 commit ad56b4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ const init = async () => {
7676

7777
}).then(async () => {
7878

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

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

0 commit comments

Comments
 (0)