Skip to content

Instantly share code, notes, and snippets.

@HELLSNAKES
Last active August 29, 2023 17:33
Show Gist options
  • Save HELLSNAKES/9192a62d3fb71de439348626a6c0c22b to your computer and use it in GitHub Desktop.
Save HELLSNAKES/9192a62d3fb71de439348626a6c0c22b to your computer and use it in GitHub Desktop.
mobile-presence
const Discord = require("discord.js")
const client = new Discord.Client({ ws: { properties: { $browser: "Discord iOS" }} })
client.on("ready", () => {
client.user.setActivity(`hentaiz`, { type: 3, browser: "DISCORD IOS" })
console.log("Ready")
})
client.login('token')
@bobbyssee
Copy link

Bro I’m not stupid

@HELLSNAKES
Copy link
Author

wut ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment