discord.js bot presence code example
Example: discord.js bot presence
// Runs When The Bot is Run
client.on('ready', () => {
client.user.setActivity(Prefix + 'help')
console.clear()
});
// Runs When The Bot is Run
client.on('ready', () => {
client.user.setActivity(Prefix + 'help')
console.clear()
});