1.0.99 • Published 2 years ago

dishandler v1.0.99

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

2 years ago

1.0.98

2 years ago

1.0.93

2 years ago

1.0.92

2 years ago

1.0.91

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago