Skip to content

Commit

Permalink
Added missing bot.teams definition (#3294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynfuien committed Jan 27, 2024
1 parent 4231a16 commit fb8ee7a
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 @@ -194,6 +194,7 @@ export interface Bot extends TypedEmitter<BotEvents> {
isSleeping: boolean
scoreboards: { [name: string]: ScoreBoard }
scoreboard: { [slot in DisplaySlot]: ScoreBoard }
teams: { [name: string]: Team }
teamMap: { [name: string]: Team }
controlState: ControlStateStatus
creative: creativeMethods
Expand Down

0 comments on commit fb8ee7a

Please sign in to comment.