lately i've been trying to make my bot commands case insensitive,but couldn't succed,i've seen some tutorials but not what i'm looking for,i need the case insensivity to work for all my bot commands and not to type for each command different forms
one of my commands is:
if message.content == 'hello':
await message.channel.send(
'Hello'
)
and i wanna turn any kind of hello(Hello,HeLLo etc) into hello so the command triggers