@antiraid-ext/events/discord/GuildRoleCreate
API reference for @antiraid-ext/events/discord/GuildRoleCreate
@antiraid-ext/events/discord/GuildRoleCreate
Functions
onGuildRoleCreate
GuildRoleCreate
Dispatched when a role is created in a guild.
Function Signature
--- GuildRoleCreate
---
--- Dispatched when a role is created in a guild.
function onGuildRoleCreate(event: Primitives.Event, callback: (payload: discordgateway.GuildRoleCreatePayload) -> ()) end
Arguments
event
callback
Function Signature
callback: (payload: discordgateway.GuildRoleCreatePayload) -> ()
Arguments
payload
Last updated on