© 2026 Hedgehog Software, LLC
const { Client, Intents } = require("discord.js"); const client = new Client({ partials: ["CHANNEL"], intents: new Intents(32767) }); client.on('ready', async () => { client.user.setStatus('offline'); console.log(`${client.user.tag} is ready!`); }); client.login(process.env.DISCORD_BOT_TOKEN)
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