BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
509 stars 157 forks source link

Client.chat_send() team_only argument should be default to False #67

Closed RZarifov closed 3 years ago

RZarifov commented 4 years ago

There is a possibility to send a chat message into the in-game chat. But you also should specify should you send it team_only as well.
I think it is not necessary since any existing bot is almost certainly in the nearby future will not play team games.
Therefore this argument should be default to "False".