© 2026 Hedgehog Software, LLC
/listeners/commands/commandDenied
const { Listener } = require("@sapphire/framework") module.exports = class extends Listener { run(error, cmd) { const { message, command } = cmd return message.reply({ content: error.message }) } }
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