Skip to content

Commit 68e5d9b

Browse files
committed
2.9.2
1 parent b40b1bd commit 68e5d9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

basicBot.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
version: basicBot.version
7979
};
8080
localStorage.setItem("basicBotStorageInfo", JSON.stringify(basicBotStorageInfo));
81-
8281
};
8382

8483
var subChat = function (chat, obj) {
@@ -236,7 +235,7 @@
236235
var botCreatorIDs = ["3851534", "4105209"];
237236

238237
var basicBot = {
239-
version: "2.9.1",
238+
version: "2.9.2",
240239
status: false,
241240
name: "basicBot",
242241
loggedInID: null,

0 commit comments

Comments
 (0)