client.helpers.editBotStatus({
activities: [
{
type: ActivityTypes.Game,
name: `${bot.prefix}help on ${formatter.format(client.cache.guilds.memory.size)} servers with ${client.category.reduce((a: number, c) => (a += c.commands.size))} commands.`,
createdAt: new Date().getTime(),
},
],
status: 'idle',
});
Any Idea what I am doing wrong?