1.0.2--1 • Published 3 years ago

eversonchatapi v1.0.2--1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

EversonLixoAPI

Use this api of integrate your application in eversonChat!

Example:

const {Client} = require('.././')
require('dotenv').config()
const client = new Client()
client.events.on('ready',async(user)=>{
  console.log(`Logged in ${user.username}!`)

})
 client.events.on('message',async(i)=>{
   console.log(i.content === '.ping')
    if(i.content === '.ping'){
      i.send(`${i.author}, pong!`)
    }
  })
client.login( 'token')

your token your gets in https://chat.eversonlixo.com.br/login and getting a cookie TOKEN.

Example bot:

here

1.0.2

3 years ago

1.0.2--1

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago