Updated plugin info

This commit is contained in:
nin0dev 2024-07-26 12:41:35 -04:00
parent 4ec77e39aa
commit d2c5bc09f0

View file

@ -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({
<Forms.FormText style={{ marginTop: "10px", fontWeight: "500" }} >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:</Forms.FormText>
<Forms.FormText> Offline members won't be listed</Forms.FormText>
<Forms.FormText> Up to 100 members will be listed by default. To get more, scroll down in the member list to load more members.</Forms.FormText>
<Forms.FormText> However, friends will always be shown regardless of their status.</Forms.FormText>
</>
);
},