Im trying to make my bot check if a channel starts with a certain word. I tried stuff like
if ctx.channel.name_startswith(\'word\')
or