mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Update pyright version
This commit is contained in:
@ -776,7 +776,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
|
||||
self.id,
|
||||
name=name,
|
||||
auto_archive_duration=auto_archive_duration or self.default_auto_archive_duration,
|
||||
type=type.value,
|
||||
type=type.value, # type: ignore # we're assuming that the user is passing a valid variant
|
||||
reason=reason,
|
||||
invitable=invitable,
|
||||
rate_limit_per_user=slowmode_delay,
|
||||
|
Reference in New Issue
Block a user