BurnySc2 / python-sc2

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

Set team_only argument for Client.chat_send() method to false by default #85

Closed RZarifov closed 3 years ago

RZarifov commented 3 years ago

Addresses #67

BurnySc2 commented 3 years ago

Because BotAI already supplies such a function with default values, and since a lot of bots in Probots use the chat_send function, I decide against a change of this function.