0.0.2 β’ Published 3 years ago
@lazuee/djs-framework v0.0.2
@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;
- For example, see discord-template repository. (coming soon)
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.