UNPKG
broly-logs
Version:
latest (3.2.2)
3.2.2
3.2.1
2.2.2
2.2.1
Add many useful events to your discord.js client!
broly-logs
/
lib
/
handlers
/
threadUpdate.d.ts
7 lines
(6 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Client
,
ThreadChannel
}
from
'discord.js'
;
/** *
@handler
Thread Channel Events *
@related
threadUpdate
*/
export
declare
function
handleThreadChannelUpdateEvent
(
client: Client, oldThread: ThreadChannel, newThread: ThreadChannel
):
Promise
<
void
>;