forked from Galactic/galactic-bot
lang
This commit is contained in:
parent
b4a0627fe3
commit
78d7ae7f55
@ -1,3 +1,9 @@
|
||||
[LOGGING_ERROR]
|
||||
__**Logging Error**__
|
||||
Logger {logger} ran into an issue during execution.
|
||||
|
||||
{reason}
|
||||
|
||||
[AUTOMOD_ERROR]
|
||||
__**Automod Error**__
|
||||
An error occurred during execution of {type} on {target} in <#{channel}>.
|
||||
|
@ -78,6 +78,59 @@ switch({toggle}) {
|
||||
break;
|
||||
}
|
||||
|
||||
[THREAD_SWITCH]
|
||||
switch('{type}') {
|
||||
case 'CREATE':
|
||||
'created';
|
||||
break;
|
||||
case 'DELETE':
|
||||
'deleted';
|
||||
break;
|
||||
case 'ARCHIVE':
|
||||
'archived';
|
||||
break;
|
||||
case 'UNARCHIVE':
|
||||
'unarchived';
|
||||
break;
|
||||
}
|
||||
|
||||
[MSGLOG_THREAD_TITLE]
|
||||
A thread was {action} in #{channel}
|
||||
|
||||
[MSGLOG_THREAD_DESC_DELETE]
|
||||
**Thread:** {name} ({id})
|
||||
**Owner:** {owner}
|
||||
**Deleted by:** {actor}
|
||||
|
||||
[MSGLOG_THREAD_DESC_CREATE]
|
||||
**Thread:** {name} <#{id}>
|
||||
**Owner:** {owner}
|
||||
**Created by:** {actor}
|
||||
|
||||
[MSGLOG_THREAD_DESC_ARCHIVE]
|
||||
**Thread:** {name} <#{id}>
|
||||
**Owner:** {owner}
|
||||
**Archived by:** {actor}
|
||||
|
||||
[MSGLOG_THREAD_DESC_UNARCHIVE]
|
||||
**Thread:** {name} <#{id}>
|
||||
**Owner:** {owner}
|
||||
**Unarchived by:** {actor}
|
||||
|
||||
[MSGLOG_THREAD_FOOTER]
|
||||
Channel ID: {channelId} • Thread ID: {threadId} • Owner ID: {ownerId}
|
||||
|
||||
[MSGLOG_THREAD_LOCKED]
|
||||
**Thread was locked**
|
||||
|
||||
[MSGLOG_NO_PERMS]
|
||||
Bot missing permissions in message log channel
|
||||
Missing: {missing}
|
||||
|
||||
[MSGLOG_NO_HOOK]
|
||||
Webhook missing in message log channel.
|
||||
Reassign the message log channel to have the bot recreate the webhook.
|
||||
|
||||
//Voice Logs
|
||||
[VCLOG_JOIN]
|
||||
{nickname} **{tag}** ({id}) joined channel {emoji_voice-channel} **{newChannel}**.
|
||||
@ -88,6 +141,14 @@ switch({toggle}) {
|
||||
[VCLOG_LEAVE]
|
||||
{nickname} **{tag}** ({id}) left channel {emoji_voice-channel} **{oldChannel}**
|
||||
|
||||
[VCLOG_NO_PERMS]
|
||||
Bot missing permissions in voice join/leave log channel
|
||||
Missing: {missing}
|
||||
|
||||
[MEMBERLOG_NO_PERMS]
|
||||
Bot missing permissions in member log channel
|
||||
Missing: {missing}
|
||||
|
||||
//Nickname Logs
|
||||
[NICKLOG_TITLE]
|
||||
{user} updated their nickname
|
||||
@ -99,6 +160,10 @@ switch({toggle}) {
|
||||
[NICKLOG_FOOTER]
|
||||
User ID: {id}
|
||||
|
||||
[NICKLOG_NO_PERMS]
|
||||
Bot missing permissions in nickname log channel
|
||||
Missing: {missing}
|
||||
|
||||
//Bulk Delete Logs
|
||||
[BULK_DELETE_TITLE]
|
||||
Bulk message delete log [{embedNr}] in **#{channel}**
|
||||
|
@ -9,7 +9,7 @@ Configure member logging for your server.
|
||||
**Usable tags:**
|
||||
`{mention}` - mentions the user
|
||||
`{tag}` - username#discriminator
|
||||
`{user}` - username
|
||||
`{username}` - username
|
||||
`{guildsize}` - member count of the server
|
||||
`{guildname}` - name of the server
|
||||
`{accage}` - age of the account
|
||||
|
Loading…
Reference in New Issue
Block a user