Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Update pincer/objects/guild/guild.py
Browse files Browse the repository at this point in the history
Co-authored-by: trag1c <[email protected]>
  • Loading branch information
Sigmanificient and trag1c authored Dec 5, 2021
1 parent c8cbcf0 commit afc8b90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pincer/objects/guild/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,8 @@ async def modify_welcome_screen(
headers=remove_none({"X-Audit-Log-Reason": reason})
)
return WelcomeScreen.from_dict(
construct_client_dict(self._client, data))
construct_client_dict(self._client, data)
)

async def modify_current_user_voice_state(
self,
Expand Down

0 comments on commit afc8b90

Please sign in to comment.