LogoAntiRaid

@antiraid-ext/events/discord/GuildEmojisUpdate

API reference for @antiraid-ext/events/discord/GuildEmojisUpdate

@antiraid-ext/events/discord/GuildEmojisUpdate

Functions

onGuildEmojisUpdate

GuildEmojisUpdate

Dispatched when the emojis in a guild are updated.

Provides the guild’s id and the new state of the emojis in the guild.

Function Signature
--- GuildEmojisUpdate
---
--- Dispatched when the emojis in a guild are updated.
---
--- Provides the guild’s id and the new state of the emojis in the guild.
function onGuildEmojisUpdate(event: Primitives.Event, callback: (payload: discordgateway.GuildEmojisUpdatePayload) -> ()) end

Arguments

event

Primitives.Event

callback

Function Signature
callback: (payload: discordgateway.GuildEmojisUpdatePayload) -> ()

Arguments

payload

discordgateway.GuildEmojisUpdatePayload

Last updated on