Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
Showing only changes of commit 2774cfd3e9 - Show all commits

View File

@@ -85,8 +85,8 @@ class Colour:
def __int__(self):
return int(str(self.value), 16)
def __hex__(self):
return hex(self.value)
def __index__(self):
return self.value
@property
def r(self):