Skip to content

Commit 896d453

Browse files
authored
Update followBot.js
1 parent c70010d commit 896d453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

followBot.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* Instagram bot with web console
3+
* Coded by @ridzcode
34
*/
45

56
// Follow bot
@@ -9,5 +10,5 @@ for(var follow = 0; follow < 10; follow++) {
910
// get button class
1011
document.getElementsByClassName("sqdOP")[follow].click();
1112
// console
12-
console.log(`You followed ${follow + 1} account`);
13+
console.log(`You followed ${follow + 1} account -- Coded by @ridzcode --`);
1314
}

0 commit comments

Comments
 (0)