Updated plugin info
This commit is contained in:
parent
4ec77e39aa
commit
d2c5bc09f0
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ function getMembersInRole(roleId: string, guildId: string) {
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "InRole",
|
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],
|
authors: [Devs.nin0dev],
|
||||||
dependencies: ["UserSettingsAPI"],
|
dependencies: ["UserSettingsAPI"],
|
||||||
start() {
|
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 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>• 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>• 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>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue