We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4a492 commit a14d449Copy full SHA for a14d449
basicBot.js
@@ -177,8 +177,7 @@
177
}
178
179
var json_sett = null;
180
- var roominfo = _.find(require.s.contexts._.defined, (m) => m && m.attributes && 'hostID' in m.attributes).get('description');
181
- info = roominfo.textContent;
+ var info = _.find(require.s.contexts._.defined, (m) => m && m.attributes && 'hostID' in m.attributes).get('description');
182
var ref_bot = '@basicBot=';
183
var ind_ref = info.indexOf(ref_bot);
184
if (ind_ref > 0) {
0 commit comments