Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It is not clear what you want to be sent 1 time (on the first message of the user) or always? (for each user message). If the 1st case - then you need a database, there you can count how many messages the user has using on_message
Code to send a message to another channel:
channel = bot.get_channel(id канала)
await channel.send('Hello, ...')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question