Skip to content

Commit

Permalink
Update modules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaddyBoard authored Nov 8, 2024
1 parent 675a65b commit b2de760
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/discord/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ sidebar_position: 1
description: Internal module reference.
---

# Known Modules

Documentation of available stores and their methods through [`BdApi.Webpack.getStore()`](/api/webpack#getstore).

```js
// Store Examples
const { Webpack } = BdApi;
Expand Down Expand Up @@ -36,6 +32,10 @@ const guildRoles = GuildStore.getRoles("guild_id");
// -> {role_id_1: {name: "Role Name 1", ...}, role_id_2: {name: "Role Name 2", ...}, ...}
```

# Known Modules

Documentation of available stores and their methods through [`BdApi.Webpack.getStore()`](/api/webpack#getstore).

---

## ApplicationStoreDirectoryStore
Expand Down

0 comments on commit b2de760

Please sign in to comment.