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

id for the guild the message was sent in
type: String

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


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