You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`Bot has started, with ${client.users.cache.size} users, in ${client.channels.cache.size} channels of ${client.guilds.cache.size} guilds.`);
// client.user.setActivity(`007_link sucks`);
});
client.on('ready', () => {
setInterval(async () => {
let textList = ['Fortnite', 'You', 'Coding videos', 'Donald Trump', 'The news', `Developers working on Tech Optimum`]
var text = textList[Math.floor(Math.random() * textList.length)];