Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
142 changed files with 12594 additions and 21887 deletions
Showing only changes of commit bbaf3375a8 - Show all commits

View File

@ -86,7 +86,7 @@ class Colour:
return int(str(self.value), 16)
def __hex__(self):
return self.value
return hex(self.value)
@property
def r(self):