Skip to content

Commit

Permalink
Update to version 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
vaverix committed Jul 1, 2022
1 parent 7c9d3f6 commit 787bb24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vaverix-twitch-bot",
"description": "Desktop application that allows you to log-in into multiple Twitch.tv channels at once. It also notifies you when someone mentions you in any channel you choose and has couple of other extra features.",
"author": "vaverix",
"version": "0.0.27",
"version": "0.0.28",
"license": "MIT",
"scripts": {
"build": "yarn compile",
Expand Down
4 changes: 2 additions & 2 deletions src/main/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const helix = (clientId, oAuth, opts) => {
let defaults = {
base: 'https://api.twitch.tv/helix/',
headers: {
Authorization: 'Bearer ejw09z72sa3lj1dv8739jm6dynygag',
'Client-ID': '5hqxrcnbjuhjps777fe6qpxoq3wavm',
Authorization: 'Bearer 4vxa5borsy5nvjsc0mmaqbknyh4j9z',
'Client-ID': '8naakiqzus8tqgvkaktgsged48vrzn',
},
}
return request(Object.assign(defaults, opts))
Expand Down
1 change: 1 addition & 0 deletions src/main/twitch/twitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ const startTwitchApp = (appData) => {
appData.mainWindow.webContents.send('channel:join', channel)
getBTTVEmotes(channel)
twitchNameToUser(channel).then((user) => {
console.log(user)
getBadges(user.id, channel)
appData.channelIds[channel] = user.id
appData.store.set('channelIds', appData.channelIds)
Expand Down

0 comments on commit 787bb24

Please sign in to comment.