MCausc78 / pyvolt

An API wrapper for Revolt written in Python.
MIT License
4 stars 1 forks source link

Get rid of constructing flags in parsing #7

Closed MCausc78 closed 3 weeks ago

MCausc78 commented 3 weeks ago

Instead, have raw_foo: int attribute, and foo() -> FooFlags property.