Types.Message.replier - shysolocup/noscord.js GitHub Wiki

reference message that it's replying to (if it's a reply)
type: Message

client.on("reply", (ctx) => {
    ctx.replier;
});


⚠️ **GitHub.com Fallback** ⚠️