Skip to content

Commit

Permalink
Improved Board instance by adding methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Cqsi committed Dec 30, 2020
1 parent 866b58b commit ecfbb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion berserk/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def decline_draw(self, game_id):
:rtype: bool
"""
return self.handle_draw_offer(game_id, False)

def accept_challenge(self, challenge_id):
"""Accept an incoming challenge.
Expand Down

0 comments on commit ecfbb42

Please sign in to comment.