Skip to content

Event.SqDiscord.Session.MemberEdit

Luckshya edited this page Jul 9, 2020 · 1 revision

Description

Discord member edit event

Example

function onMemberEdit(serverID, user, roles, nick);
  • Parameters:
    • serverID string
    • user SqDiscord.User
    • roles array An array containing roleIDs of user as string
    • nick string

Note

This event is not called directly, there is only one event onDiscordUpdate which is called. This is only available to provide argument information for this event type

Clone this wiki locally