1.0.99 • Published 3 years ago

dishandler v1.0.99

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

Dishandler

Command handler generator for Discord.js

Installation

You can install Dishandler using npm:

npm install -g dishandler

Usage

To create a new application with Dishandler, run the following command:

dishandler create

Replace <appName> with the name of your application. This command will generate the necessary files and directories for your Discord.js command handler.

Once the application is created, navigate to the application directory:

cd <appName>

To start the application, run the following command:

node index.js

Make sure to replace <appName> with the actual name of your application.

Configuration

Before running the application, make sure to configure your Discord bot token. Open the .env file in the application directory and replace <YOUR_BOT_TOKEN> with your actual bot token.

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.0.99

3 years ago

1.0.98

3 years ago

1.0.93

3 years ago

1.0.92

3 years ago

1.0.91

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago