0
client.on("chat", function(channel, user, message, self){
    if(message === 'Olá'){
        client.action("ythezack", user["display-name"] + " Seja bem vindo!");}
    if(message === '!Nick'){
        client.action("ythezack", "Meu nick no lol é: Sixxxty me adicione lá!")
    }
    if(message === '!MeuAmigo'){
        MeuAmigo++;
        client.action("ythezack", "Sixx já disse meu amigo " + MeuAmigo + " vezes!")}
    if(message === '!saranking'){
    }       
});
I made this code in javascript, for bot on Twitch.Tv, and would like to know in the case of if(message===!saranking) It would be possible to run a python code there?
You are running that code on Node or browser?
– Sergio
Node, write in sublime and run in cmd
– Caio Oliveira Felix