Skip to content

Commit 8299288

Browse files
authored
Add bossBarCreated event in index.d.ts (#3340)
1 parent 195b3cb commit 8299288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export interface BotEvents {
158158
teamUpdated: (team: Team) => Promise<void> | void
159159
teamMemberAdded: (team: Team) => Promise<void> | void
160160
teamMemberRemoved: (team: Team) => Promise<void> | void
161+
bossBarCreated: (bossBar: BossBar) => Promise<void> | void
161162
bossBarDeleted: (bossBar: BossBar) => Promise<void> | void
162163
bossBarUpdated: (bossBar: BossBar) => Promise<void> | void
163164
resourcePack: (url: string, hash?: string, uuid?: string) => Promise<void> | void

0 commit comments

Comments
 (0)