From 8299288526cd7ff24bcd87511814221f8ad62507 Mon Sep 17 00:00:00 2001 From: gguio <109200692+gguio@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:25:35 +0400 Subject: [PATCH] Add bossBarCreated event in index.d.ts (#3340) --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 987645289..772134684 100644 --- a/index.d.ts +++ b/index.d.ts @@ -158,6 +158,7 @@ export interface BotEvents { teamUpdated: (team: Team) => Promise | void teamMemberAdded: (team: Team) => Promise | void teamMemberRemoved: (team: Team) => Promise | void + bossBarCreated: (bossBar: BossBar) => Promise | void bossBarDeleted: (bossBar: BossBar) => Promise | void bossBarUpdated: (bossBar: BossBar) => Promise | void resourcePack: (url: string, hash?: string, uuid?: string) => Promise | void