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
/
guildUpdate.d.ts
7 lines
(6 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Client
,
Guild
}
from
'discord.js'
;
/** *
@handler
Guild Events *
@related
guildUpdate
*/
export
declare
function
handleGuildUpdateEvent
(
client: Client, oldGuild: Guild, newGuild: Guild
):
Promise
<
void
>;