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.
>
);
},