Closed Frankity closed 6 years ago
do you have in mind how to stop share presence?
const rp = require('discord-rich-presence')('some id'); // ... // stop rp rp.disconnect();
do you have in mind how to stop share presence?