Closed lilabyte closed 4 years ago
I've just started the app with this:
var activity = { details: "Snity Main Launcher", state: `${config.account_status}`, assets: { largeImage: 'snity-wbg2', largeText: 'Snity.net', smallImage: 'pineapple', smallText: 'Pineapple' }, timestamps: { startAt: new Date() } } /////////////////////// activity.timestamps.startAt = new Date() Discord.Activity .update(activity) .then(function() { console.log('Rich Presence updated') });
And that's what i got The app was running less than 10 seconds
I had updated the package, it seems works well for now. If you still have the same problem with it, please reopen this issue.
I've just started the app with this:
And that's what i got The app was running less than 10 seconds