TypeScript SpotifyRPC Start And End TimeStamp Type Error
Bes-js opened this issue · comments
Five So Beş commented
Which package has the bugs?
The core library
Issue description
Type is Date, but type must be number
Code sample
No response
Package version
Last Version
Node.js version
20.10.0
Operating system
Windows 11
Priority this issue should have
High (immediate attention needed)
Checklist
- I have searched the open issues for duplicates.
- I have shared the entire traceback.
- I am using a user token (and it isn't visible in the code).
Additional Information
No response
Sans commented
I don't know what's your code but there is an example of the Spotify RPC here and don't use Date
but Date.now()
Five So Beş commented
**002-sans **
While it should be numbered on typescript typing, it takes Date type, which causes the build not to be taken and not to work.