aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots

Home Page:https://discordjs-self-v13.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript SpotifyRPC Start And End TimeStamp Type Error

Bes-js opened this issue · comments

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

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()

**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.