change channel description and name #9056
-
Goal is to change channel description and name directly from python code. With the code mentioned bellow I'm able to change name but for some reason description wont update. What am I missing here.
For some reason changing the channel description doesn't work at all, even so according to documentation I should be able to change it. GUILD EDIT
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I feel like you went to the wrong part of the documentation, you are linking to guild edit docs when you are talking about editing a channel and trying that in code too. If you check the TextChannel docs |
Beta Was this translation helpful? Give feedback.
I feel like you went to the wrong part of the documentation, you are linking to guild edit docs when you are talking about editing a channel and trying that in code too. If you check the TextChannel docs
you will see that there is no
description
parameter what you want to use istopic