Перейти к основному содержимому

InstallingModulesPackages

To install packages in Bot Maker For Discord (BMD), use the following commands, depending on your operating system:

Windows

  1. Open your terminal and use the following command:

    pnpm i <package_name>
  2. Make sure to navigate to the BMD installation directory before running the command. By default, BMD is installed here:

    C:\Program Files (x86)\Steam\steamapps\common\Bot Maker For Discord

Linux

  1. Navigate to the BMD directory. You may need to locate it based on where you installed Steam, such as in the default directory:

    cd ~/.steam/steam/steamapps/common/Bot\ Maker\ For\ Discord
  2. Install the package using pnpm:

    pnpm i <package_name>

Ensure pnpm is installed on your system. You can install it using npm with:

npm install -g pnpm