Skip to content

Commit b831be2

Browse files
committed
2.11.3
1 parent e9bc4e6 commit b831be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basicBot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
var botCreatorIDs = [3851534, 4105209];
247247

248248
var basicBot = {
249-
version: '2.11.2',
249+
version: '2.11.3',
250250
status: false,
251251
name: 'basicBot',
252252
loggedInID: null,
@@ -1116,7 +1116,7 @@
11161116
var startcid = API.getMedia().cid;
11171117
basicBot.room.autoskipTimer = setTimeout(function() {
11181118
if (!API.getMedia()) return;
1119-
1119+
11201120
var endcid = API.getMedia().cid;
11211121
if (startcid === endcid) {
11221122
//API.sendChat('Song stuck, skipping...');

0 commit comments

Comments
 (0)