@antiraid-ext/events/discord/ThreadCreate
API reference for @antiraid-ext/events/discord/ThreadCreate
@antiraid-ext/events/discord/ThreadCreate
Functions
onThreadCreate
ThreadCreate
Dispatched when a thread is created or the current user is added to a private thread.
Function Signature
--- ThreadCreate
---
--- Dispatched when a thread is created or the current user is added to a private thread.
function onThreadCreate(event: Primitives.Event, callback: (event: discordGateway.CreateThreadPayload) -> ()) end
Arguments
event
callback
Function Signature
callback: (event: discordGateway.CreateThreadPayload) -> ()
Arguments
event
Last updated on