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
I recommend using the .lower() method - to compare two string objects with this method applied to them.
print("привет".lower() == "пРиВЕт".lower())
@bot.event
async def on_message(message)
if message.author != bot.user: await message.channel.send(message.content.lower())
else: return
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question