lang
This commit is contained in:
parent
e423b67f1e
commit
659ece19dc
@ -93,6 +93,12 @@ Failed to resolve `{resolveable}` to a channel.
|
||||
[ERR_ROLE_RESOLVE]
|
||||
Failed to resolve `{resolveable}` to a role.
|
||||
|
||||
[ERR_CHRESOLVE]
|
||||
Failed to resolve any channels.
|
||||
|
||||
[ERR_ROLERESOLVE]
|
||||
Failed to resolve any roles.
|
||||
|
||||
[ERR_MEMBER_RESOLVE]
|
||||
Failed to resolve `{resolveable}` to a member.
|
||||
|
||||
|
@ -39,6 +39,16 @@ switch({toggle}) {
|
||||
break;
|
||||
}
|
||||
|
||||
//BULK DELETE LOGS
|
||||
[BULK_DELETE_TITLE]
|
||||
Bulk message delete log [{embedNr}] in **#{channel}**
|
||||
|
||||
[BULK_DELETE_FOOTER]
|
||||
Showing messages {rangeStart}-{rangeEnd} of {total} messages
|
||||
|
||||
[BULK_DELETE_NO_CONTENT]
|
||||
No content.
|
||||
|
||||
//VOICE LOGGING
|
||||
[VCLOG_JOIN]
|
||||
{nickname} **{tag}** ({id}) joined channel {emoji_voice-channel} **{newChannel}**.
|
||||
|
Loading…
Reference in New Issue
Block a user