Skip to content

Patobot is a bot created for the anarkcraft.xyz server with the intention of transpiling the game chat to discord!

Notifications You must be signed in to change notification settings

JoaoVictor834/PatoBot

Repository files navigation

PatoBot

O PatoBot foi desenvolvido com intuito de criar uma comunicação entre o chat do servidor Anarkcraft e o servidor do Discord do patobot

O PatoBot foi feito com a api mineflayer

  • Exemplo de config.json
{
"BOT_TOKEN":"Token do bot",
"UseAuthentication": true,
"LOGIN":"senha se o useAuthentication estiver true (senha do /login não dá Microsoft)",
"IP":"IP do servidor",
"NAME":"nome do bot",
"VERSION":"versão",
"PREFIX":"prefixo do bot",
"GUILD_ID":"Id do servidor do discord",
"CHATBOT":"Chat do jogo",
"CMDBOT":"Console do bot",
"HOOK": {
    "ID": "id da hook",
    "TOKEN":"token da hook"
}

"ChatPatterns": [
{
"name": "nome da pattern",
"regex": "RegXp da pattern",
"options": { "parse": true, "repeat": true } 
}
]
}

About

Patobot is a bot created for the anarkcraft.xyz server with the intention of transpiling the game chat to discord!

Resources

Stars

Watchers

Forks