E
E
Eugen_OP2021-09-23 12:58:49
Python
Eugen_OP, 2021-09-23 12:58:49

How to make it so that when writing a message to a certain channel, a chat is created in a certain category?

I need to make sure that I write any message to a specific chat, after that a chat is created in a specific category.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2021-09-23
@Vindicar

Take and do.
If you implement a bot based on discord.py , then you process the on_message event , and if the message matches the conditions, then you pull create_text_channel() / create_voice_channel() or whatever you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question