1.0.99 • Published 12 months ago

dishandler v1.0.99

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months 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

12 months ago

1.0.98

12 months ago

1.0.93

12 months ago

1.0.92

12 months ago

1.0.91

12 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago