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

if the message can be edited
type: Boolean

client.on("send", (ctx) => {
    ctx.editable;
});


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