There are many places in pycord where seemingly unnecessary (boolean) getters exist, which only return the attribute in question. These are often also not properties. @vmphase compiled a list of places where such getters are used here
Question would be whether these getters are all made into properties, and / or where possible, gotten rid of altogether and replaced with direct attribute access
There are many places in pycord where seemingly unnecessary (boolean) getters exist, which only return the attribute in question. These are often also not properties. @vmphase compiled a list of places where such getters are used here
Question would be whether these getters are all made into properties, and / or where possible, gotten rid of altogether and replaced with direct attribute access