We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4231a16 commit fb8ee7aCopy full SHA for fb8ee7a
index.d.ts
@@ -194,6 +194,7 @@ export interface Bot extends TypedEmitter<BotEvents> {
194
isSleeping: boolean
195
scoreboards: { [name: string]: ScoreBoard }
196
scoreboard: { [slot in DisplaySlot]: ScoreBoard }
197
+ teams: { [name: string]: Team }
198
teamMap: { [name: string]: Team }
199
controlState: ControlStateStatus
200
creative: creativeMethods
0 commit comments