© 2026 Hedgehog Software, LLC
import { Events, Listener } from "@sapphire/framework"; export class ReadyListener extends Listener { public constructor(context: Listener.Context, options: Listener.Options) { super(context, { event: Events.ClientReady, ...options, once: true, }); } public run() { console.log("hello im running"); } }
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