|
@ -557,7 +557,7 @@ class ClientUser(BaseUser): |
|
|
|
|
|
|
|
|
restricted_guilds = kwargs.pop('restricted_guilds', None) |
|
|
restricted_guilds = kwargs.pop('restricted_guilds', None) |
|
|
if restricted_guilds: |
|
|
if restricted_guilds: |
|
|
restricted_guilds = [str(x.id) for x in guild_positions] |
|
|
restricted_guilds = [str(x.id) for x in restricted_guilds] |
|
|
payload.update({'restricted_guilds': restricted_guilds}) |
|
|
payload.update({'restricted_guilds': restricted_guilds}) |
|
|
|
|
|
|
|
|
status = kwargs.pop('status', None) |
|
|
status = kwargs.pop('status', None) |
|
|