We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8044b77 commit dfc281cCopy full SHA for dfc281c
1 file changed
index.js
@@ -51,7 +51,7 @@ track.forEach(user => {
51
t.follow(user.id);
52
console.log(`[TWITTER] Following Twitter User @${user.name}`);
53
console.log(`For Support please join https://discord.gg/PrGCCWpDbP`)
54
-}
+});
55
56
57
// Functions
0 commit comments