1.0.1 • Published 3 years ago

discord-aurora.js v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Aurora.js

Note: This package is under development. Do not use it in production!

Installtion

Node.js 14.0.0 or newer is required. Ignore any warnings about unmet peer dependencies, as they're all optional.

$ npm i discord-aurora.js

Example usage

const Discord = require("discord-aurora.js");

const client = new Discord.Client({
    defaultPrefix: "-",
    ignoreBots: true,
    commandsDir: __dirname + "/commands",
    eventsDir: __dirname + "/events",
    handleCommands: true,
    owner: "YOUR_DISCORD_ID",
});

client.login("YOUR_DISCORD_BOT_TOKEN")

Links

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the documentation.
See the contribution guide if you'd like to submit a PR.

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 Hiekki Studio Server.

1.0.1

3 years ago

1.0.0

3 years ago