0.0.14 • Published 3 years ago

xena.js v0.0.14

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

xena.js

A work in progress Hiven Javascript library. (ik code is bad rn, I'll organize it if I decide to continue this.)

This was created due to hiven.js problems.

NPM: https://www.npmjs.com/package/xena.js

Hiven house: https://hiven.house/yxt040

Example usage.

const xena = require("xena.js");
const client = new xena.Client("user or bot token here");

client.on("ready", () => {
    console.log("[BOT] Bot is ready!")
});

client.on("messageCreate", async msg => {
    if (msg.content == "!hello") {
        msg.reply("Hello world!")
    }
});
0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago