diff --git a/music-rpc.ts b/music-rpc.ts index d5efa73..5a5c91e 100755 --- a/music-rpc.ts +++ b/music-rpc.ts @@ -254,6 +254,8 @@ async function setActivity(rpc: Client): Promise { // EVERYTHING must be less than or equal to 128 chars long const activity: Activity = { + // @ts-ignore: "listening to" is allowed in recent Discord versions + type: 2, details: formatStr(props.name), timestamps: { end }, assets: { large_image: "appicon" },