-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
- Fill in the setup/custom/credentials.js file with the following format:
var username = 'LCTV_BOT_USERNAME';
var password = 'XMPP_BOT_PASSWORD'; // Found in step 3
var room = 'LCTV_USER_WHERE_BOT_WILL_BE';
module.exports = {
room: username, <===== HERE
username: username,
jid: username + '@livecoding.tv',
password: password,
roomJid: room + '@chat.livecoding.tv'
};
Instead of this line should be "room: room" or a isStreamer() function will return false for a streamer in case bot and streamer have different names.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels