The clock is ticking / Change is at the doorstep ,knocking / Nothing can stop it
5
   
Award
Favorite
Favorited
Unfavorite
Download
"giphy = require('giphy')(config.byteframe.giphy_key),
giphy.search({q: pool(byteframe.giphy_queries)}, (err, data) =>
(!err) &&
accounts[a].send_group_chat('37338', '12030657', data.data[Math.floor(Math.random()*data.data.length)].url))
keep_groups = JSON.parse(fs.readFileSync('/mnt/Datavault/Work/node-byteframe/misc/keep_groups.json', 'utf8'));
//Object.keys(accounts[0].user.myGroups).forEach((gid) => { if (keep_groups.indexOf(gid) == -1) setTimeout((g) => accounts[0].community.leaveGroup(g), 5000, gid) });
(leave_group = (i=0) => accounts[0].community.leaveGroup(Object.keys(accounts[0].user.myGroups), (err) => leave_group(i+1)))();
//############################################################################
"