Skip to content

Commit 43dbcb9

Browse files
author
Vivien Mouret
committed
🔧 channel's name changed
1 parent 56262ea commit 43dbcb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/mobbot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ class MobBot {
254254
};
255255

256256
let guidDot = gD,
257-
channelTwitch = ['twitch', '🎦-fox-stream-🎦', 'twitch-support-🎥'],
257+
channelTwitch = ['🟣twitch', '🎦-fox-stream-🎦', 'twitch-support-🎥'],
258258
guid = '',
259259
dot = '';
260260

@@ -327,7 +327,7 @@ class MobBot {
327327
let fe = await fetch(`https://www.youtube.com/feeds/videos.xml?channel_id=UCreItrEewfO6IPZYPu4C7pA`)
328328
.catch(err => { console.log(`[${getCurrentDatetime('comm')}] Error GET AXIOS ${err}`); }),
329329
fetched = await fe.text(),
330-
channelYoutube = ['youtube'],
330+
channelYoutube = ['🔴youtube'],
331331
video = [],
332332
urI,
333333
title,

0 commit comments

Comments
 (0)