@zaunapp/client
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

zaun.js

Installation (NodeJS only)

$ npm i @zaunchat/client

Example Usage

import { Client } from '@zaunchat/client'

const client = new Client()

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

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

Resources

Readme

Keywords

none

Package Sidebar

Install

npm i @zaunapp/client

Weekly Downloads

1

Version

1.1.2

License

none

Unpacked Size

108 kB

Total Files

108

Last publish

Collaborators

  • abdulrahman1s