Last active
August 1, 2024 08:04
-
-
Save HELLSNAKES/9192a62d3fb71de439348626a6c0c22b to your computer and use it in GitHub Desktop.
mobile-presence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bro I’m not stupid