woden.js

2.0.4 • Public • Published

Yüklemek İçin

npm install woden.js

Örnek

const Woden = require("woden.js");
const bot = new Woden.Bot();

bot.on("connect", data => {
   console.log(`${bot.user.username} is active! Connect time: ${data.time}`);
});

bot.on("message", message => {
    if(message.content == "sa") {
        bot.send(message.roomid, "as", "image link");
    };
});

bot.login("Woden Bot Key");

Package Sidebar

Install

npm i woden.js

Weekly Downloads

2

Version

2.0.4

License

Apache-2.0

Unpacked Size

2.62 kB

Total Files

3

Last publish

Collaborators

  • bayrak
  • wensamita_neiva