0.0.2 • Published 2 years ago

aypa v0.0.2

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

Installation

You will need NodeJS 10.4+.

yarn add aypa
npm install aypa

Example usage

const Aypa = require("aypa");

const client = new Aypa("BOT-TOKEN", {
  intents: ["guildMessages"],
});

client.on("error", (err) => {
  console.error(err);
});

client.on("ready", () => {
  console.log(`${client.user.tag} Logged in Successful!`);
});

client.connect();

Useful Links

License

Refer to the LICENSE file.

0.0.2

2 years ago

0.0.1-beta

2 years ago

0.0.1

2 years ago