Closed 0xviel closed 1 month ago
The core library
const { Client, RichPresence, CustomStatus, SpotifyRPC > const client = new Client(); client.on('ready', async () => { console.log(`${client.user.username} is ready!`); const getExtendURL = await RichPresence.getExternal( client, '1012137367471149186' ); const status = new RichPresence(client) .setApplicationId('1012137367471149186') .setType('PLAYING') .setName('War Thunder') .setStartTimestamp(Date.now()) .setAssetsLargeImage('1293213027390193755') .setAssetsLargeText('Idle') .setPlatform('ps5'); client.user.setPresence({ activities: status }); }) client.login(``)
3.4.0
22.5.1
linux
Low (slightly annoying)
How to use large images
delete getExtendURL
getExtendURL
the error disappears, but the playing status does not appear
skill issue
Thank you, it turns out I was wrong
Which package has the bugs?
The core library
Issue description
Code sample
Package version
3.4.0
Node.js version
22.5.1
Operating system
linux
Priority this issue should have
Low (slightly annoying)
Checklist
Additional Information
How to use large images