UNPKG

@mateie/discord-logs

Version:

Add many useful events to your discord.js client!

7 lines (6 loc) 264 B
import { Client, ThreadChannel } from 'discord.js'; /** * @handler Thread Channel Events * @related threadUpdate */ export declare function handleThreadChannelUpdateEvent(client: Client, oldThread: ThreadChannel, newThread: ThreadChannel): Promise<void>;