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