Skip to content

Commit 8299288

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.d.ts

Lines changed: 1 addition & 0 deletions
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)