1.1.0 • Published 8 months ago
discord.js-autoinstaller v1.1.0
discord.js-autoinstaller
Automatically detects and installs a compatible version of discord.js
(v12, v13, or v14) based on the project's requirements.
Description
discord.js-autoinstaller
is a tool designed for Discord bot developers to automatically manage discord.js
dependencies. This package checks the installed version of discord.js
in your project and installs the correct version if it’s missing or incompatible, saving you the hassle of manual version management.
Features
- Automatic Version Detection: Detects the current version of
discord.js
in your project. - Compatibility Check: Supports
discord.js
versions 12, 13, and 14. - Automatic Installation: Installs the compatible
discord.js
version if it's missing or incompatible.
Installation
Install discord.js-autoinstaller
globally to use it across your projects:
npm install -g discord.js-autoinstaller