We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56262ea commit 43dbcb9Copy full SHA for 43dbcb9
1 file changed
core/mobbot.js
@@ -254,7 +254,7 @@ class MobBot {
254
};
255
256
let guidDot = gD,
257
- channelTwitch = ['twitch', '🎦-fox-stream-🎦', 'twitch-support-🎥'],
+ channelTwitch = ['🟣twitch', '🎦-fox-stream-🎦', 'twitch-support-🎥'],
258
guid = '',
259
dot = '';
260
@@ -327,7 +327,7 @@ class MobBot {
327
let fe = await fetch(`https://www.youtube.com/feeds/videos.xml?channel_id=UCreItrEewfO6IPZYPu4C7pA`)
328
.catch(err => { console.log(`[${getCurrentDatetime('comm')}] Error GET AXIOS ${err}`); }),
329
fetched = await fe.text(),
330
- channelYoutube = ['youtube'],
+ channelYoutube = ['🔴youtube'],
331
video = [],
332
urI,
333
title,
0 commit comments