Fix Client.emojis returning a list of IDs.
This commit is contained in:
parent
702d596af9
commit
b8727fd463
@ -162,7 +162,7 @@ class ConnectionState:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def emojis(self):
|
def emojis(self):
|
||||||
return list(self._emojis)
|
return list(self._emojis.values())
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def private_channels(self):
|
def private_channels(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user