Skip to content

Commit

Permalink
Add bossBarCreated event in index.d.ts (#3340)
Browse files Browse the repository at this point in the history
  • Loading branch information
gguio committed Apr 16, 2024
1 parent 195b3cb commit 8299288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export interface BotEvents {
teamUpdated: (team: Team) => Promise<void> | void
teamMemberAdded: (team: Team) => Promise<void> | void
teamMemberRemoved: (team: Team) => Promise<void> | void
bossBarCreated: (bossBar: BossBar) => Promise<void> | void
bossBarDeleted: (bossBar: BossBar) => Promise<void> | void
bossBarUpdated: (bossBar: BossBar) => Promise<void> | void
resourcePack: (url: string, hash?: string, uuid?: string) => Promise<void> | void
Expand Down

0 comments on commit 8299288

Please sign in to comment.