Various minor wording updates (#11)

Co-authored-by: Sheldan <5037282+Sheldan@users.noreply.github.com>
This commit is contained in:
OneNormalUsername
2023-04-14 16:51:28 +02:00
committed by GitHub
parent d9f65184e7
commit 993d5a2873
31 changed files with 33 additions and 33 deletions

View File

@@ -1,3 +1,3 @@
Creates an assignable role place with the given name used as key to identify it. The provided description will be displayed when it is posted.
This does not create any messages, only creates the instance in the database and can be removed with `deleteAssignableRolePlace`.
A `booster` assignable role place only allows boosting members to receive roles and automatically removes the roles if the member stops boosting.
This does not create any messages: this only creates the instance in the database. Said database instance can be removed with `deleteAssignableRolePlace`.
A `booster` assignable role place only allows boosting members to receive roles. If the member stops boosting the server, the received roles will be automatically removed.

View File

@@ -1 +1 @@
Defines the type of this assignable role place. Possible values `default` and `booster`.
Defines the type of this assignable role place. Possible values are `default` and `booster`.

View File

@@ -1 +1 @@
You have not boosted - this is a booster only assignable role place.
You have not boosted the server - this is a booster only assignable role place.