-
Notifications
You must be signed in to change notification settings - Fork 0
Types.Message.guildId
github-actions[bot] edited this page Sep 30, 2024
·
3 revisions
id for the guild the message was sent in
type: String
client.on("send", (ctx) => {
ctx.guildId;
});