File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3070,7 +3070,7 @@ async def create_guild_media_channel(
3070
3070
default_forum_layout : undefined .UndefinedOr [channels_ .ForumLayoutType | int ] = undefined .UNDEFINED ,
3071
3071
default_sort_order : undefined .UndefinedOr [channels_ .ForumSortOrderType | int ] = undefined .UNDEFINED ,
3072
3072
available_tags : undefined .UndefinedOr [typing .Sequence [channels_ .ForumTag ]] = undefined .UNDEFINED ,
3073
- default_reaction_emoji : typing .UndefinedOr [str | emojis .Emoji | snowflakes .Snowflake ] = undefined .UNDEFINED ,
3073
+ default_reaction_emoji : undefined .UndefinedOr [str | emojis .Emoji | snowflakes .Snowflake ] = undefined .UNDEFINED ,
3074
3074
reason : undefined .UndefinedOr [str ] = undefined .UNDEFINED ,
3075
3075
) -> channels_ .GuildMediaChannel :
3076
3076
response = await self ._create_guild_channel (
You can’t perform that action at this time.
0 commit comments