1.1.0 • Published 2 years ago

@itchatapp/client v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

ItChat.js

Installation (NodeJS only)

$ npm i @itchatapp/client

Example Usage

import { Client } from '@itchatapp/client'

const client = new Client()

client.on('messageCreate', (msg) => {
    if (msg.content === '!ping') {
        msg.reply('Pong!')
    }
})

client.login('your-token-here')

Resources

1.1.0

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago