Skip to content

Commit b5123fc

Browse files
authored
Fix mis-name
1 parent 64cd967 commit b5123fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/guild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ async def edit_welcome_screen(
30253025
self,
30263026
*,
30273027
description: Optional[str] = ...,
3028-
welcome_channels: Optional[List[WelcomeChannel]] = ...,
3028+
welcome_channels: Optional[List[WelcomeScreenChannel]] = ...,
30293029
enabled: Optional[bool] = ...,
30303030
) -> WelcomeScreen:
30313031
...

0 commit comments

Comments
 (0)