satella
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

Satella

A wrapper for the Discord API made in JS



Instalation

npm install --save satella



Example

const {Client} = require("satella")

const client = new Client()

client.on("ready", () => {
    console.log(client.user.username)
})

client.on("MessageSent",  message| => {
    if(message.subject.startsWith("..ping")){
      return message.reply(~~(client.ws.ping)+"ms")
    }
})

client.login("TOKEN")


Still in production!

Package Sidebar

Install

npm i satella

Weekly Downloads

1

Version

1.4.2

License

ISC

Unpacked Size

51.5 kB

Total Files

34

Last publish

Collaborators

  • bryzzentopper