Answer the question
In order to leave comments, you need to log in
I added bot.event and the commands stopped working, what should I do?
I added this part of the code, because of which all the commands stopped working
I would appreciate any help :>
@bot.event
async def on_message(message):
if message.author == client.user:
return
pattern = re.compile(f"привет ")
if pattern.match(message.content.lower()) is not None:
await message.channel.send(f"привет {message.author.mention}!")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question