We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c21d11 commit ad56b4cCopy full SHA for ad56b4c
index.js
@@ -76,10 +76,6 @@ const init = async () => {
76
77
}).then(async () => {
78
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");
83
//client.container.SLbot.clientEvents.onGroupChat.subscribe(groupChatEventFile.bind(client));
84
85
client.container.SLbot.clientEvents.onGroupChat.subscribe((eventInfo) => {
0 commit comments