message.channel.messages.fetch code example
Example: discord bot presence
client.on('ready', () => {
console.log(`${client.user.tag}` + ' is Up & Working')
client.user.setActivity(prefix + 'Help ')});
// This Will Show Playing : !Help or WhatEver You Want//