Activity Filtering

If I wanted to filters those discord activities, like the games you can play, would I need to filter via activity type or something else? Because things such as applications that show up on users statuses e.g. Vs code, roblox, and other games are the same activity type as the activities you can play on discord.

Current Code:
botClient.on('presenceUpdate', (oldPresence, newPresence) => {
            console.log(newPresence)
        });


Djs version: "discord.js": "^14.11.0",
Was this page helpful?