1.0.0 • Published 8 months ago

djsx v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Table of Contents

  1. Introduction
  2. Prerequisites
  3. Installation
  4. License

Introduction

DJSX is a Discord.js based framework designed to simplify Discord bot development. It provides a quick client setup and built-in support for .env files, making it easy to manage environment variables. DJSX aims to streamline the development process, allowing developers to focus on building features rather than handling repetitive setup tasks. 🚀

For the moment DJSX does not support commands by guild and there is no doc, it is under construction, with improvements such as TS support.

Prerequisites

List the software and tools required to run the project:

Installation

Steps to install and set up your project locally:

  1. Install package:

    npm i djsx
  2. Create a .env and set-up envfile:

    TOKEN="YOUR TOKEN"
    CLIENT_ID="YOUR CLIENT_ID"

License

This project is licensed under the Apache 2.0 - see the LICENSE file for details.

1.0.0

8 months ago