Skip to content

Commit

Permalink
Added thunderState type (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb authored Aug 7, 2022
1 parent 3358e4b commit 81b222f
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 @@ -165,6 +165,7 @@ export interface Bot extends TypedEmitter<BotEvents> {
player: Player
players: { [username: string]: Player }
isRaining: boolean
thunderState: number
chatPatterns: ChatPattern[]
settings: GameSettings
experience: Experience
Expand Down

0 comments on commit 81b222f

Please sign in to comment.