0.0.2 β€’ Published 3 years ago

@lazuee/djs-framework v0.0.2

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

npm.io

@lazuee/djs-framework

This is a Discord Bot Framework designed for my discord bot, that I created for my own use.

Installation πŸ¦Έβ€β™‚οΈ

# Install with NPM
npm i --save @lazuee/djs-framework

# Or with Yarn
yarn add @lazuee/djs-framework

Usage πŸ±β€πŸ‘“

import { Client } from "@lazuee/djs-framework";

const client = new Client().connect((error, client) => {
  if (error) return console.error(error);

  console.log("Connected to Discord as " + client.user.tag);
});

export default client;

Contributing to the project πŸ’»

If you want to contribute to the project, please open an issue or pull request.

Star the project 🌟

If you like the project, please leave a star on the GitHub repository.

License πŸ”‘

This program is licensed under the MIT License. See the LICENSE file in the root of the project or https://opensource.org/licenses/MIT for more info.

Copyright Β© 2022 lazuee.