Skip to content

Commit f3e7c40

Browse files
LumabotsCopilot
andauthored
Update discord/http.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Lumouille <[email protected]>
1 parent 9fd5c30 commit f3e7c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3138,7 +3138,7 @@ def edit_onboarding(
31383138
def modify_guild_incident_actions(
31393139
self,
31403140
guild_id: Snowflake,
3141-
payload: guild.IncidentsData,
3141+
payload: guild.ModifyIncidents,
31423142
*,
31433143
reason: str | None = None,
31443144
) -> Response[guild.IncidentsData]:

0 commit comments

Comments
 (0)