Skip to content

Commit

Permalink
installing packages and module sguide
Browse files Browse the repository at this point in the history
  • Loading branch information
devvyyxyz committed Oct 29, 2024
1 parent 3c3a017 commit bb87360
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Advanced/InstallingModulesPackages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
icon: home
label: Installing Packages & Modules
description: How to install packages and modules into BMD
layout: defualt

categories: [advanced]
tags: [guide, advanced, installation, packages, modules]

expanded: true
visibility: public
templating: false
---

## Installing Packages in BMD

To install packages in Bot Maker For Discord, use the following command in your terminal:

```bash
pnpm i <package_name>
```

Make sure to navigate to the BMD installation directory before running the command. By default, BMD is installed here:

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

0 comments on commit bb87360

Please sign in to comment.