tryoxiss / bonfire-web-client

A Hermod (name WIP) repository for a client side implementation compatible with our server side implementation.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Client > client refactor #68

Closed tryoxiss closed 1 year ago

tryoxiss commented 1 year ago

Turned the client class into a type so we can do things like call client.debug() without passing in the local DEBUG variable. This should not break any existing commands, although they should add a client paramater between *string_collector and **flags. So default arguments would look like (your, arguments, *string_collector, client, **flags).