mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-03 14:02:19 +00:00
[types] Use PEP-655 style Required/NotRequired types
This commit is contained in:
@@ -1306,7 +1306,7 @@ class HTTPClient:
|
||||
self,
|
||||
guild_id: Snowflake,
|
||||
sticker_id: Snowflake,
|
||||
payload: sticker.EditGuildSticker,
|
||||
payload: Dict[str, Any],
|
||||
reason: Optional[str],
|
||||
) -> Response[sticker.GuildSticker]:
|
||||
return self.request(
|
||||
|
||||
Reference in New Issue
Block a user