UNPKG

@mateie/discord-logs

Version:

Add many useful events to your discord.js client!

7 lines (6 loc) 236 B
import { Channel, Client } from 'discord.js'; /** * @handler Channel Events * @related channelUpdate */ export declare function handleChannelUpdateEvent(client: Client, oldChannel: Channel, newChannel: Channel): Promise<void>;