-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Bilal Bassam edited this page Dec 1, 2024
·
7 revisions
discordia-interactions is an extension library that enables Discordia to receive and respond to Discord Interactions.
New classes
New Fields
- API.lua: Add missing endpoints
createInteractionResponse
,getWebhookMessage
,deleteWebhookMessage
,editWebhookMessage
. - API.lua: Patch
editMessage
to support files. - EventHandler.lua: Add
INTERACTION_CREATE
, and patchGUILD_CREATE
to support partial guilds.