From d2c5bc09f06304a92658ff3af49f6e970a1b611b Mon Sep 17 00:00:00 2001 From: nin0dev Date: Fri, 26 Jul 2024 12:41:35 -0400 Subject: [PATCH] Updated plugin info --- index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.tsx b/index.tsx index aefe433..1508886 100644 --- a/index.tsx +++ b/index.tsx @@ -32,7 +32,7 @@ function getMembersInRole(roleId: string, guildId: string) { export default definePlugin({ name: "InRole", - description: "Know who is in a role (read plugin info!)", + description: "Know who is in a role with the role context menu or /inrole command (read plugin info!)", authors: [Devs.nin0dev], dependencies: ["UserSettingsAPI"], start() { @@ -46,6 +46,7 @@ export default definePlugin({ If you don't have mod permissions on the server, and that server is large (over 100 members), the plugin may be limited in the following ways: • Offline members won't be listed • Up to 100 members will be listed by default. To get more, scroll down in the member list to load more members. + • However, friends will always be shown regardless of their status. ); },