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