85 lines
1.9 KiB
Plaintext
85 lines
1.9 KiB
Plaintext
//stickyRole Setting
|
|
[S_STICKYROLE_DESCRIPTION]
|
|
Configure the role persistence when users leave and rejoin (roles get automatically reassigned upon rejoin).
|
|
|
|
[S_STICKYROLE_TOGGLE]
|
|
Successfully toggled role persistence `{toggle}`.
|
|
|
|
[S_STICKYROLE_ADD]
|
|
Successfully made `{changes}` sticky.
|
|
|
|
[S_STICKYROLE_REMOVE]
|
|
Successfully made `{changes}` unsticky.
|
|
|
|
[S_STICKYROLE_SET]
|
|
Successfully set sticky roles to `{changes}`.
|
|
|
|
[S_STICKYROLE_LIST]
|
|
The following roles persist when a user leaves and rejoins:
|
|
{list}
|
|
|
|
//guildIndex setting
|
|
[S_INDEX_DESCRIPTION]
|
|
Configure guild indexing and description for your guild.
|
|
|
|
[S_INDEX_DESCRIPTION_SET]
|
|
Successfully set the guild description to
|
|
```
|
|
{changes}
|
|
```
|
|
|
|
[S_INDEX_TOGGLE]
|
|
Successfully toggled guild indexing `{toggle}`.
|
|
|
|
//welcomer Setting
|
|
[S_WELCOMER_DESCRIPTION]
|
|
Configure a message that is sent to new members upon join.
|
|
|
|
**Usable tags:**
|
|
{mention} - mentions the user
|
|
{tag} - username#discriminator
|
|
{user} - username
|
|
{guildsize} - member count of the server
|
|
{guildname} - name of the server
|
|
{accage} - age of the account
|
|
{id} - ID of the account
|
|
|
|
[S_WELCOMER_TOGGLE]
|
|
Successfully toggled the welcomer `{toggle}`.
|
|
|
|
[S_WELCOMER_SET]
|
|
Successfully set the welcomer message to
|
|
`{change}`
|
|
|
|
//guildPrefix Setting
|
|
[S_GUILDPREFIX_DESCRIPTION]
|
|
Customizes your prefix in the guild.
|
|
|
|
[S_GUILDPREFIX_SUCCESS]
|
|
Successfully set the guild prefix to `{prefix}`.
|
|
|
|
[S_GUILDPREFIX_LENGTH]
|
|
The guild prefix cannot exceed {max} characters. `[{length}/{max}]`.
|
|
|
|
[S_GUILDPREFIX_SPACES]
|
|
The guild prefix cannot include spaces.
|
|
|
|
[S_GUILDPREFIX_RESET]
|
|
Successfully reset the guild prefix to `{prefix}`.
|
|
|
|
//autorole setting
|
|
|
|
[S_AUTOROLE_DESCRIPTION]
|
|
Configure automatic role assignment in your guild.
|
|
|
|
[S_AUTOROLE_ADD]
|
|
Successfully added the following roles to autorole:
|
|
`{changes}`
|
|
|
|
[S_AUTOROLE_REMOVE]
|
|
Successfully removed the following roles from autorole:
|
|
`{changes}`
|
|
|
|
[S_AUTOROLE_LIST]
|
|
The following roles are added to users upon join.
|
|
{list} |