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

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
702 stars 145 forks source link

Samsung Rpc #901

Closed Nobuyaki closed 5 months ago

Nobuyaki commented 8 months ago

Which package has the bugs?

The core library

Issue description

Samsung RPC does not appear in discord

Screenshot_2023_1105_163813

Code sample

const { Client, RichPresence } = require("discord.js-selfbot-v13")

const client = new Client({ checkUpdate: false })

client.login(process.env['TOKEND']).then(() => {
    client.user.setSamsungActivity('com.YostarJP.BlueArchive', 'START');

    console.log(`Ready on ${client.user.tag}`)
})

Package version

13

Node.js version

18.16.1

Operating system

Replit

Priority this issue should have

Low (slightly annoying)

Checklist

Additional Information

No response

aiko-chan-ai commented 8 months ago

image did you turn it off?

Nobuyaki commented 8 months ago

image did you turn it off?

I didn't turn it off

aiko-chan-ai commented 5 months ago

I cannot reproduce