@@ -39,6 +39,8 @@ export const Events = {
39
39
ClientReady : DJSEvents . ClientReady as const ,
40
40
Debug : DJSEvents . Debug as const ,
41
41
Error : DJSEvents . Error as const ,
42
+ GuildAuditLogEntryCreate : DJSEvents . GuildAuditLogEntryCreate as const ,
43
+ GuildAvailable : DJSEvents . GuildAvailable as const ,
42
44
GuildBanAdd : DJSEvents . GuildBanAdd as const ,
43
45
GuildBanRemove : DJSEvents . GuildBanRemove as const ,
44
46
GuildCreate : DJSEvents . GuildCreate as const ,
@@ -48,7 +50,7 @@ export const Events = {
48
50
GuildEmojiUpdate : DJSEvents . GuildEmojiUpdate as const ,
49
51
GuildIntegrationsUpdate : DJSEvents . GuildIntegrationsUpdate as const ,
50
52
GuildMemberAdd : DJSEvents . GuildMemberAdd as const ,
51
- GuildMemberAvailable : DJSEvents . GuildMemberAdd as const ,
53
+ GuildMemberAvailable : DJSEvents . GuildMemberAvailable as const ,
52
54
GuildMemberRemove : DJSEvents . GuildMemberRemove as const ,
53
55
GuildMembersChunk : DJSEvents . GuildMembersChunk as const ,
54
56
GuildMemberUpdate : DJSEvents . GuildMemberUpdate as const ,
0 commit comments