This commit is contained in:
Erik 2022-05-10 21:39:19 +03:00
parent d321886f17
commit f3d330ef6d
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
5 changed files with 47 additions and 15 deletions

View File

@ -491,4 +491,21 @@ Role seems to have been deleted.
[COMMAND_STAFF_SUMMON]
<@&{role}>
Summoned by **{author}**
Summoned by **{author}**
// Modtimers
[COMMAND_MODTIMERS_HELP]
List currently active timed infractions, e.g. mutes & bans.
[COMMAND_MODTIMERS_TITLE]
Currently active timed infractions
[COMMAND_MODTIMERS_DESC]
**User:** {target}
**Moderator:** {moderator}
**Issued:** <t:{issued}:f>, <t:{issued}:R>
**Ends:** <t:{ends}:f>, <t:{ends}:R>
**Reason:** {reason}
[COMMAND_MODTIMERS_NONE]
No active timed infractions.

View File

@ -122,19 +122,18 @@ No grantable roles.
**{roles}**
// Modtimers
[COMMAND_MODTIMERS_HELP]
List currently active timed infractions, e.g. mutes & bans.
// Selfrole
[COMMAND_SELFROLE_LIST]
Roles you can give yourself
[COMMAND_MODTIMERS_TITLE]
Currently active timed infractions
[COMMAND_SELFROLE_NONE]
No roles to self-assign.
[COMMAND_MODTIMERS_DESC]
**User:** {target}
**Moderator:** {moderator}
**Issued:** <t:{issued}:f>, <t:{issued}:R>
**Ends:** <t:{ends}:f>, <t:{ends}:R>
**Reason:** {reason}
[COMMAND_SELFROLE_ADD_SUCCESS]
Successfully gave you **{roles}**.
[COMMAND_MODTIMERS_NONE]
No active timed infractions.
[COMMAND_SELFROLE_REMOVE_SUCCESS]
Successfully removed **{roles}** from you.
[COMMAND_SELFROLE_CLEAR_SUCCESS]
Successfully removed all your selfroles.

View File

@ -4,6 +4,12 @@ Logger {logger} ran into an issue during execution.
{reason}
[UTILITY_ERROR]
__**Utility Error**__
Utility {utility} ran into an issue during execution.
{reason}
[AUTOMOD_ERROR]
__**Automod Error**__
An error occurred during execution of {type} on {target} in <#{channel}>.

View File

@ -0,0 +1,3 @@
[UTILITY_SELFROLE_PERMS]
Bot missing permissions to to assign roles for selfrole.
Missing: {missing}

View File

@ -14,4 +14,11 @@ Configure a message that is sent to new members upon join.
`{guildsize}` - member count of the server
`{guildname}` - name of the server
`{accage}` - age of the account
`{id}` - ID of the account
`{id}` - ID of the account
[SETTING_SELFROLE_SELECT]
Select your roles from the menu below.
Selecting a role you already have will remove it.
[SETTING_SELFROLE_WARNING]
{emoji_warning} Select menus only support 25 options, any roles that are added after passing 25 will only be accessible through the `/selfrole` command