mirror of https://gitlab.com/litecord/litecord.git
pubsub.lazy_guild: bugfixes, take 2
This commit is contained in:
parent
17dfeb0f11
commit
5fa5aac2f5
|
|
@ -260,7 +260,8 @@ class GuildMemberList:
|
||||||
|
|
||||||
hoisted = [
|
hoisted = [
|
||||||
GroupInfo(row['id'], row['name'],
|
GroupInfo(row['id'], row['name'],
|
||||||
row['position'], row['permissions'])
|
row['position'],
|
||||||
|
Permissions(row['permissions']))
|
||||||
for row in roledata if row['hoist']
|
for row in roledata if row['hoist']
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue