Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Arubinu committed Mar 1, 2023
1 parent 502d168 commit 9174222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/twitch/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function global_send(type, obj) {
}

async function connect() {
if (_config.connection.channel && _config.connection.token) {
if (_config.connection.token) {
global_send('Connection', []);
_connected = true;
await twurple.connect(CLIENT_ID, _config.connection.token, obj => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Scripts-Manager",
"version": "2.0.4",
"version": "2.0.5",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 9174222

Please sign in to comment.