Move to text channel #7883
Replies: 1 comment
-
You can not change which channel the user's client is focused on. A solution you might want to consider is to provide the user with a channel mention or jump link to make the channel switch more obvious. You would need to send the response before changing the roles if the channel is only visible for users with the role, else the user will not be able to read the message. The Note that there's also the official discord.py server where you can ask questions, for help with the alpha version use the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, please tell me, I have such a question.
Is it possible to move to another text chat?
That is , let 's say:
I have two roles, they are responsible for their categories and chats in them.
I implemented the move by clicking on the button.
The button inherently removes the role in which the first category is located, and adds a role with the second category.
But at the same time, when changing roles, I remain in the chat with the first category.
How to implement, when clicking on the button, moving from the chat of the first category to the chat of the second category?
I tried using
discord.TextChannel.move
, but it didn't give any result.Sorry if I didn't ask clearly, I use Google translator.
Beta Was this translation helpful? Give feedback.
All reactions