© 2026 Hedgehog Software, LLC
const client: Client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.DirectMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildPresences, ], }); function setActivity() { client.user.setPresence({ activities: [ { name: "SOME TEXT", type: ActivityType.Playing, }, ], status: "online", }); }
Join the Discord to ask follow-up questions and connect with the community
Support server for discord.js, a Node.js module to interact with Discord's apps API.
57,666 Members