0.0.2 • Published 12 months ago

aypa v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

0.0.1-beta

1 year ago

0.0.1

1 year ago