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
/
guildChannel.d.ts
7 lines
(6 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Channel
,
Client
}
from
'discord.js'
;
/** *
@handler
Channel Events *
@related
channelUpdate
*/
export
declare
function
handleChannelUpdateEvent
(
client: Client, oldChannel: Channel, newChannel: Channel
):
Promise
<
void
>;