This snippet clears your current bot status, simply run the endpoint and it should work!
This snippet clears your current bot status, simply run the endpoint and it should work! const lib = require('lib')({token: process.env.STDLIB_SECRET_TOKEN}); await lib.discord.users['@0.1.5'].me.status.clear();