From b2de76017b182bbe3df11b7e3464232e4f7ea023 Mon Sep 17 00:00:00 2001 From: DaddyBoard <48053193+DaddyBoard@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:22:32 +0000 Subject: [PATCH] Update modules.md --- docs/discord/modules.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/discord/modules.md b/docs/discord/modules.md index 2f2be2b..2fb5ba0 100644 --- a/docs/discord/modules.md +++ b/docs/discord/modules.md @@ -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; @@ -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