We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e83d0 commit ee801cdCopy full SHA for ee801cd
basicBot.js
@@ -235,7 +235,7 @@
235
var botCreatorIDs = ["3851534", "4105209"];
236
237
var basicBot = {
238
- version: "2.9.2",
+ version: "2.9.3",
239
status: false,
240
name: "basicBot",
241
loggedInID: null,
@@ -1340,9 +1340,6 @@
1340
API.off(API.HISTORY_UPDATE, this.proxy.eventHistoryupdate);
1341
},
1342
startup: function () {
1343
- Function.prototype.toString = function () {
1344
- return 'Function.'
1345
- };
1346
var u = API.getUser();
1347
if (basicBot.userUtilities.getPermission(u) < 2) return API.chatLog(basicBot.chat.greyuser);
1348
if (basicBot.userUtilities.getPermission(u) === 2) API.chatLog(basicBot.chat.bouncer);
0 commit comments