Changed a lot of stuff regarding Lynx to Kowalski

This commit is contained in:
A Bunch of Computer Nerds 2024-12-08 21:51:43 -03:00
parent 33f76fd806
commit 27edc10557
8 changed files with 18 additions and 18 deletions

View file

@ -85,7 +85,7 @@ module.exports = (bot) => {
limit: 1
},
headers: {
'User-Agent': "lynx-@LynxBR_bot-node-telegram-bot"
'User-Agent': "kowalski-@KowalskiNodeBot-node-telegram-bot"
}
});
@ -125,7 +125,7 @@ module.exports = (bot) => {
format: 'json',
},
headers: {
'User-Agent': "lynx-@LynxBR_bot-node-telegram-bot"
'User-Agent': "kowalski-@KowalskiNodeBot-node-telegram-bot"
}
});
num_plays = response_plays.data.track.userplaycount;