mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-29 17:02:31 +00:00
Various minor wording updates (#11)
Co-authored-by: Sheldan <5037282+Sheldan@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d9f65184e7
commit
993d5a2873
@@ -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.
|
||||
@@ -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`.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user