© 2026 Hedgehog Software, LLC
const channel = client.channels.cache.get('1076251641625456700'); channel.send("Hi");
const channel = await client.channels.fetch("1076251641625456700"); if(channel?.isTextBased() ) { channel.send("Hello World!") }
Join the Discord to ask follow-up questions and connect with the community
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,286 Members