Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 349cb0c

Browse files
authored
📝 Fixed typo in VoiceChannel and NewsChannel
You copy pasted too fast
1 parent a00bf3d commit 349cb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pincer/objects/guild/channel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ async def edit(
853853

854854
async def edit(self, **kwargs):
855855
"""|coro|
856-
Edit a text channel with the given keyword arguments.
856+
Edit a voice channel with the given keyword arguments.
857857
858858
Parameters
859859
----------
@@ -897,7 +897,7 @@ async def edit(
897897

898898
async def edit(self, **kwargs):
899899
"""|coro|
900-
Edit a text channel with the given keyword arguments.
900+
Edit a news channel with the given keyword arguments.
901901
902902
Parameters
903903
----------

0 commit comments

Comments
 (0)