#
Installing Packages & Modules
In
To install packages in Bot Maker For Discord (BMD), use the following commands, depending on your operating system:
#
Windows
Open your terminal and use the following command:
pnpm i <package_name>
Make sure to navigate to the BMD installation directory before running the command. By default, BMD is installed here:
plaintextC:\Program Files (x86)\Steam\steamapps\common\Bot Maker For Discord
#
Linux
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
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