ariana.js

2.2.22 • Public • Published

discord.js


Discord server NPM version NPM downloads

npm installnfo

Table of contents

About

ariana.js is a Node.js module that allows you to easily interact with the Ariana API.

It is made for the purpose of making interaction with the Ariana API easier.

Installation

npm install ariana.js

Example usage

Discord bot example:

const Discord = require("discord.js");
const client = new Discord.Client();
const ariana = require("ariana.js");
const image = (await ariana.send()).img;

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

client.on("message", (message) => {
  if (message.content === "ariana") {
    message.channel.send(image);
  }
});

client.login("token");

basic JS:

coming soon

Links

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Ariana.js Server.

Package Sidebar

Install

npm i ariana.js

Weekly Downloads

13

Version

2.2.22

License

ISC

Unpacked Size

3.12 kB

Total Files

3

Last publish

Collaborators

  • logicapples