© 2026 Hedgehog Software, LLC
const { Listener } = require("@sapphire/framework"); class messageCreateListener extends Listener { constructor(context, options) { super(context, { ...options, }); } async run(message) { return message.channel.send("hello"); } } module.exports = { messageCreateListener, };
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