diff --git a/docs/ar/reference/commands.md b/docs/ar/reference/commands.md index 0d69d145..ccd72be8 100644 --- a/docs/ar/reference/commands.md +++ b/docs/ar/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | قم بمسح الرسائل القصيرة | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | حذف الرسائل التي تحتوي على كلمات رئيسية معينة. | !cleanText \ [numberOfMessages] | | [kick](#kick) | طرد عضو من سيرفر | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | اسكت المستخدم | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Deletes any ranks where the role was deleted. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ----------------- | -------- | ------------------------------ | ------- | -| channel | [القناة](#القناة) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ----------------- | -------- | --------------------------------------- | ------- | +| channel | [القناة](#القناة) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | ------------------------------ | ------------------------------- | -| ‑‑timeout | ‑t | [المدة الزمنية](#المدةالزمنية) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [المدة الزمنية](#المدةالزمنية) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Create a mashup of 2 songs. ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | ------------------------------ | ---------------------------- | -| ‑‑duration | ‑d | [المدة الزمنية](#المدةالزمنية) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | ------------------------------ | --------------------------------- | +| ‑‑duration | ‑d | [المدة الزمنية](#المدةالزمنية) | The duration to mute the user for | ### Examples diff --git a/docs/ar/reference/settings.md b/docs/ar/reference/settings.md index 57918819..4efbcb82 100644 --- a/docs/ar/reference/settings.md +++ b/docs/ar/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### دعوات -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### الانضمامات @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/bg/reference/commands.md b/docs/bg/reference/commands.md index e2dd4928..e240b345 100644 --- a/docs/bg/reference/commands.md +++ b/docs/bg/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/bg/reference/settings.md b/docs/bg/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/bg/reference/settings.md +++ b/docs/bg/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/cs/reference/commands.md b/docs/cs/reference/commands.md index 28f6a803..4ca91e2b 100644 --- a/docs/cs/reference/commands.md +++ b/docs/cs/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/cs/reference/settings.md b/docs/cs/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/cs/reference/settings.md +++ b/docs/cs/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/de/reference/commands.md b/docs/de/reference/commands.md index a60dd8a5..52159ba0 100644 --- a/docs/de/reference/commands.md +++ b/docs/de/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kickt ein Benutzer vom Server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Stelle eine Bestrafung ein wenn eine bestimmte anzahl am Regelverletzungen erreicht wird. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Entferne Nachrichten in einem Kanal. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Zeigt Benutzer mit meissten Einladungen. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/de/reference/settings.md b/docs/de/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/de/reference/settings.md +++ b/docs/de/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/el/reference/commands.md b/docs/el/reference/commands.md index 288733b8..75260c44 100644 --- a/docs/el/reference/commands.md +++ b/docs/el/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/el/reference/settings.md b/docs/el/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/el/reference/settings.md +++ b/docs/el/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/en/reference/commands.md b/docs/en/reference/commands.md index 288733b8..75260c44 100644 --- a/docs/en/reference/commands.md +++ b/docs/en/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/en/reference/settings.md b/docs/en/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/en/reference/settings.md +++ b/docs/en/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/es/reference/commands.md b/docs/es/reference/commands.md index bee0c1e4..a98c0223 100644 --- a/docs/es/reference/commands.md +++ b/docs/es/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Borrar mensajes cortos | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Eliminar mensajes que contengan ciertas palabras claves. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Expulsa a un miembro del servidor. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configura castigos cuando una cierta cantidad de strikes es alcanzada. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Elimina mensajes en un canal. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Mostrar a los miembros con más invitaciones. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | --------------- | -------- | ------------------------------ | ------- | -| channel | [Canal](#Canal) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | --------------- | -------- | --------------------------------------- | ------- | +| channel | [Canal](#Canal) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/es/reference/settings.md b/docs/es/reference/settings.md index 5a95e2ce..ab0ae9ea 100644 --- a/docs/es/reference/settings.md +++ b/docs/es/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/fr/reference/commands.md b/docs/fr/reference/commands.md index 385e9db0..433b5efd 100644 --- a/docs/fr/reference/commands.md +++ b/docs/fr/reference/commands.md @@ -156,7 +156,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Effacer les messages courts. | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Supprimer les messages contenant certains mots clefs. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Expulser un membre du serveur. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Rendre muet un utilisateur | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configurez les punitions lorsque vous atteignez un certain nombre d'avertissements. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purger les messages dans un canal. | !purge \ [user] | @@ -1116,7 +1116,7 @@ Afficher les membres avec le plus d'invitations. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1126,15 +1126,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | --------------- | -------- | ------------------------------ | ------- | -| channel | [Salon](#Salon) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | --------------- | -------- | --------------------------------------- | ------- | +| channel | [Salon](#Salon) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Durée](#Durée) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Durée](#Durée) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1272,9 +1272,9 @@ Rendre muet un utilisateur ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------- | ---------------------------- | -| ‑‑duration | ‑d | [Durée](#Durée) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------- | --------------------------------- | +| ‑‑duration | ‑d | [Durée](#Durée) | The duration to mute the user for | ### Examples diff --git a/docs/fr/reference/settings.md b/docs/fr/reference/settings.md index 6893e590..436de617 100644 --- a/docs/fr/reference/settings.md +++ b/docs/fr/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invitations -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Arrivées @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/hu/reference/commands.md b/docs/hu/reference/commands.md index 288733b8..75260c44 100644 --- a/docs/hu/reference/commands.md +++ b/docs/hu/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/hu/reference/settings.md b/docs/hu/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/hu/reference/settings.md +++ b/docs/hu/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/id-ID/reference/commands.md b/docs/id-ID/reference/commands.md index 010c3ba6..9a722929 100644 --- a/docs/id-ID/reference/commands.md +++ b/docs/id-ID/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Hapus pesan pendek | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Hapus pesan yang mengandung kata kunci tertentu. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/id-ID/reference/settings.md b/docs/id-ID/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/id-ID/reference/settings.md +++ b/docs/id-ID/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/it/reference/commands.md b/docs/it/reference/commands.md index 277a9d90..beefce07 100644 --- a/docs/it/reference/commands.md +++ b/docs/it/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/it/reference/settings.md b/docs/it/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/it/reference/settings.md +++ b/docs/it/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/ja/reference/commands.md b/docs/ja/reference/commands.md index a1fbd329..983a351a 100644 --- a/docs/ja/reference/commands.md +++ b/docs/ja/reference/commands.md @@ -158,7 +158,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | 短いメッセージを消去する | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | 指定のキーワードを含むメッセージを削除します。 | !cleanText \ [numberOfMessages] | | [kick](#kick) | サーバーからメンバーを蹴ります。 | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | ユーザーをミュートする | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | 一定量の警告に達したときに罰を設定します。 | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | チャネル内のメッセージを削除します。 | !purge \ [user] | @@ -1118,7 +1118,7 @@ Show personal invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1128,15 +1128,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------------- | -------- | ------------------------------ | ------- | -| channel | [チャンネル](#チャンネル) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------------- | -------- | --------------------------------------- | ------- | +| channel | [チャンネル](#チャンネル) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | ------------- | ------------------------------- | -| ‑‑timeout | ‑t | [期間](#期間) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | ------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [期間](#期間) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1274,9 +1274,9 @@ cmd.lockdown.self.description ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | ------------- | ---------------------------- | -| ‑‑duration | ‑d | [期間](#期間) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | ------------- | --------------------------------- | +| ‑‑duration | ‑d | [期間](#期間) | The duration to mute the user for | ### Examples diff --git a/docs/ja/reference/settings.md b/docs/ja/reference/settings.md index be4a6d21..61d8734d 100644 --- a/docs/ja/reference/settings.md +++ b/docs/ja/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### 招待 -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### 参加 @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/lt/reference/commands.md b/docs/lt/reference/commands.md index 288733b8..75260c44 100644 --- a/docs/lt/reference/commands.md +++ b/docs/lt/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/lt/reference/settings.md b/docs/lt/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/lt/reference/settings.md +++ b/docs/lt/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/nl/reference/commands.md b/docs/nl/reference/commands.md index 522d4e5a..7c2546e4 100644 --- a/docs/nl/reference/commands.md +++ b/docs/nl/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Verwijder korte berichten | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Verwijder berichten die een bepaald woord bevatten. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick een gebruiker van de server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute een gebruiker | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Verwijder berichten in een kanaal. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Laat de mensen zien met de meeste invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute een gebruiker ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/nl/reference/settings.md b/docs/nl/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/nl/reference/settings.md +++ b/docs/nl/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/pl/reference/commands.md b/docs/pl/reference/commands.md index 4086f32c..8f9901be 100644 --- a/docs/pl/reference/commands.md +++ b/docs/pl/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Wyczyść krótkie wiadomości | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Usuń wiadomości zawierające określone słowa kluczowe. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/pl/reference/settings.md b/docs/pl/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/pl/reference/settings.md +++ b/docs/pl/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/pt-BR/reference/commands.md b/docs/pt-BR/reference/commands.md index a3928fa5..3cc8c900 100644 --- a/docs/pt-BR/reference/commands.md +++ b/docs/pt-BR/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/pt-BR/reference/settings.md b/docs/pt-BR/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/pt-BR/reference/settings.md +++ b/docs/pt-BR/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/pt/reference/commands.md b/docs/pt/reference/commands.md index 288733b8..75260c44 100644 --- a/docs/pt/reference/commands.md +++ b/docs/pt/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/pt/reference/settings.md b/docs/pt/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/pt/reference/settings.md +++ b/docs/pt/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/ro/reference/commands.md b/docs/ro/reference/commands.md index 89744206..c9c06c3a 100644 --- a/docs/ro/reference/commands.md +++ b/docs/ro/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/ro/reference/settings.md b/docs/ro/reference/settings.md index 5e1432c4..c29a1c15 100644 --- a/docs/ro/reference/settings.md +++ b/docs/ro/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/ru/reference/commands.md b/docs/ru/reference/commands.md index 1b43a627..514abbc0 100644 --- a/docs/ru/reference/commands.md +++ b/docs/ru/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/ru/reference/settings.md b/docs/ru/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/ru/reference/settings.md +++ b/docs/ru/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/sr/reference/commands.md b/docs/sr/reference/commands.md index 288733b8..75260c44 100644 --- a/docs/sr/reference/commands.md +++ b/docs/sr/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/sr/reference/settings.md b/docs/sr/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/sr/reference/settings.md +++ b/docs/sr/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/tr/reference/commands.md b/docs/tr/reference/commands.md index d3d4129a..d4fa795d 100644 --- a/docs/tr/reference/commands.md +++ b/docs/tr/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Bir kullanıcı sustur | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | --------------- | -------- | ------------------------------ | ------- | -| channel | [Kanal](#Kanal) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | --------------- | -------- | --------------------------------------- | ------- | +| channel | [Kanal](#Kanal) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Bir kullanıcı sustur ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/tr/reference/settings.md b/docs/tr/reference/settings.md index 82a923c4..874ad8a8 100644 --- a/docs/tr/reference/settings.md +++ b/docs/tr/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### davetler -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### gelenler @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/zh-CN/reference/commands.md b/docs/zh-CN/reference/commands.md index 288733b8..75260c44 100644 --- a/docs/zh-CN/reference/commands.md +++ b/docs/zh-CN/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | Clear short messages | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | Delete messages containing certain keywords. | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/zh-CN/reference/settings.md b/docs/zh-CN/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/zh-CN/reference/settings.md +++ b/docs/zh-CN/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/docs/zh-TW/reference/commands.md b/docs/zh-TW/reference/commands.md index fac05e9d..50e96f02 100644 --- a/docs/zh-TW/reference/commands.md +++ b/docs/zh-TW/reference/commands.md @@ -157,7 +157,7 @@ This argument expects a duration. The following duration types are supported: | [cleanShort](#cleanShort) | 清除短訊息 | !cleanShort \ [numberOfMessages] | | [cleanText](#cleanText) | 刪除包含一些關鍵字的訊息。 | !cleanText \ [numberOfMessages] | | [kick](#kick) | Kick a member from the server. | !kick \ [reason] | -| [lockdown](#lockdown) | cmd.lockdown.self.description | !lockdown [-t value\|--timeout=value][channel] | +| [lockdown](#lockdown) | Lockdown a specific channel (Prevents anyone without special roles from sending messages) | !lockdown [-t value\|--timeout=value][channel] | | [mute](#mute) | Mute a user | !mute [-d value\|--duration=value] \ [reason] | | [punishmentConfig](#punishmentConfig) | Configure punishments when reaching a certain amount of strikes. | !punishmentConfig [punishment][strikes] [args] | | [purge](#purge) | Purge messages in a channel. | !purge \ [user] | @@ -1117,7 +1117,7 @@ Show members with most invites. ## !lockdown -cmd.lockdown.self.description +Lockdown a specific channel (Prevents anyone without special roles from sending messages) ### Usage @@ -1127,15 +1127,15 @@ cmd.lockdown.self.description ### Arguments -| Argument | Type | Required | Description | Details | -| -------- | ------------------- | -------- | ------------------------------ | ------- | -| channel | [Channel](#Channel) | No | cmd.lockdown.self.args.channel | | +| Argument | Type | Required | Description | Details | +| -------- | ------------------- | -------- | --------------------------------------- | ------- | +| channel | [Channel](#Channel) | No | The channel that you want to lock down. | | ### Flags -| Flag | Short | Type | Description | -| ----------------------- | --------- | --------------------- | ------------------------------- | -| ‑‑timeout | ‑t | [Duration](#Duration) | cmd.lockdown.self.flags.timeout | +| Flag | Short | Type | Description | +| ----------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------ | +| ‑‑timeout | ‑t | [Duration](#Duration) | The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually. | ### Examples @@ -1273,9 +1273,9 @@ Mute a user ### Flags -| Flag | Short | Type | Description | -| ------------------------ | --------- | --------------------- | ---------------------------- | -| ‑‑duration | ‑d | [Duration](#Duration) | cmd.mute.self.flags.duration | +| Flag | Short | Type | Description | +| ------------------------ | --------- | --------------------- | --------------------------------- | +| ‑‑duration | ‑d | [Duration](#Duration) | The duration to mute the user for | ### Examples diff --git a/docs/zh-TW/reference/settings.md b/docs/zh-TW/reference/settings.md index 440ec9c8..393a0812 100644 --- a/docs/zh-TW/reference/settings.md +++ b/docs/zh-TW/reference/settings.md @@ -17,11 +17,11 @@ There are many config options that can be set. You don't have to set all of them ### Invites -#### settings.groups.invites.general.title +#### General -| Setting | Description | -| -------------------------------------- | ------------------------------ | -| [settings.joinRoles.title](#joinroles) | settings.joinRoles.description | +| Setting | Description | +| ------------------------ | ---------------------------------------------------- | +| [Join Roles](#joinroles) | Roles that are assigned to all members when joining. | #### Joins @@ -309,9 +309,9 @@ Reset to default: --- -## settings.joinRoles.title +## Join Roles -settings.joinRoles.description +Roles that are assigned to all members when joining. Type: `Role[]` diff --git a/i18n/bot/ar.json b/i18n/bot/ar.json index d43548b7..cf1bffd9 100644 --- a/i18n/bot/ar.json +++ b/i18n/bot/ar.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "مدة للمخطط.", - "type": "نوع المخطط لعرضه." + "type": "نوع المخطط لعرضه.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "يعرض الرسوم البيانية حول الإحصائيات المختلفة على هذا السيرفر." }, @@ -690,7 +692,10 @@ "reason": "السبب الذي سيتم اسكات المستخدم بسببه.", "user": "المستخدم الذي يجب اسكاته." }, - "description": "اسكت المستخدم" + "description": "اسكت المستخدم", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "الأعدادات المتعلقه بالرتب", "title": "رتب" }, - "title": "دعوات" + "title": "دعوات", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/bg.json b/i18n/bot/bg.json index 0e55a65d..b761a8c6 100644 --- a/i18n/bot/bg.json +++ b/i18n/bot/bg.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/cs.json b/i18n/bot/cs.json index 539c9307..1536a6f8 100644 --- a/i18n/bot/cs.json +++ b/i18n/bot/cs.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/de.json b/i18n/bot/de.json index bc2823e6..676a5db8 100644 --- a/i18n/bot/de.json +++ b/i18n/bot/de.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/el.json b/i18n/bot/el.json index 8dfdf70d..1df82a35 100644 --- a/i18n/bot/el.json +++ b/i18n/bot/el.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/es.json b/i18n/bot/es.json index 81c56336..df3cc962 100644 --- a/i18n/bot/es.json +++ b/i18n/bot/es.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "El período de duración para el gráfico.", - "type": "El tipo de gráfico a mostrar." + "type": "El tipo de gráfico a mostrar.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Muestra gráficos sobre varias estadísticas en este servidor." }, @@ -690,7 +692,10 @@ "reason": "La razón por la cual este usuario está silenciado.", "user": "El usuario que debe estar silenciado." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/fr.json b/i18n/bot/fr.json index 8d8c1521..42b3c2d9 100644 --- a/i18n/bot/fr.json +++ b/i18n/bot/fr.json @@ -312,7 +312,7 @@ "graph": { "joins": { "text": "Ce graphique indique le nombre d'utilisateurs rejoignant votre serveur.", - "title": "Users joining" + "title": "Utilisateurs ayant rejoint" }, "leaves": { "text": "Ce graphique montre le nombre d'utilisateurs quittant votre serveur.", @@ -321,7 +321,9 @@ "self": { "args": { "duration": "La période du graphique.", - "type": "Le type de graphique à afficher." + "type": "Le type de graphique à afficher.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Affiche des graphiques sur différentes statistiques sur ce serveur." }, @@ -690,7 +692,10 @@ "reason": "La raison de pourquoi l'utilisateur est muet.", "user": "L'utilisateur qui doit être rendu muet." }, - "description": "Rendre muet un utilisateur" + "description": "Rendre muet un utilisateur", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -726,7 +731,7 @@ "noGuild": "Vous devez exécuter cette commande depuis un serveur.", "noSubscription": "Vous n'avez pas d'abonnement premium actif\n\nUtilisez la commande {{{ cmd }}} pour plus d'informations.", "title": "Activer le premium sur ce serveur", - "permissions": "You need the `Manage Server` permissions to use this command in this server." + "permissions": "Vous avez besoin de la permission `Gérer le serveur` pour utiliser cette commande dans ce serveur." }, "check": { "declined": "Votre paiement pour le premium a été refusé, veuillez vérifier votre Patreon.", @@ -740,7 +745,7 @@ "noGuild": "Vous devez exécuter cette commande depuis un serveur.", "noSubscription": "Vous n'avez pas d'abonnement premium actif\n\nUtilisez la commande {{{ cmd }}} pour plus d'informations.", "title": "Désactiver le premium sur ce serveur", - "permissions": "You need the `Manage Server` permissions to use this command in this server." + "permissions": "Vous avez besoin de la permission `Gérer le serveur` pour utiliser cette commande dans ce serveur." }, "feature": { "embeds": { @@ -767,7 +772,7 @@ "premium": { "activate": "Utilisez la commande {{{ cmd }}} pour l'activer sur ce serveur.", "deactivate": "Utilisez la commande {{{ cmd }}} pour le désactiver sur ce serveur.", - "text": "Your premium subscription is valid for {{ date }}.\n\nYou have activated premium on {{{ limit }}} servers.\n{{{ guildList }}}\n\n[What can I do with premium?]({{{ link }}})", + "text": "Votre abonnement premium est valable pendant {{ date }}\n\nVous avez activé le premium sur {{{ limit }}} servers.\n{{{ guildList }}}\n\n[Que puis-je faire avec premium ?]({{{ link }}})", "title": "InviteManager Premium" }, "self": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Les messages d'arrivées et de départs de type \"Embed\" est une fonction premium. Le premium n'a pas l'air d'être activé sur ce serveur. Merci de nous contacter pour en savoir plus sur comment acheter le premium.", @@ -1462,7 +1476,10 @@ "description": "Paramètres liés aux rangs", "title": "Rangs" }, - "title": "Invitations" + "title": "Invitations", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/hu.json b/i18n/bot/hu.json index 8dfdf70d..1df82a35 100644 --- a/i18n/bot/hu.json +++ b/i18n/bot/hu.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/id_ID.json b/i18n/bot/id_ID.json index f597883b..c04addff 100644 --- a/i18n/bot/id_ID.json +++ b/i18n/bot/id_ID.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/it.json b/i18n/bot/it.json index 7ea6c3fa..9f624463 100644 --- a/i18n/bot/it.json +++ b/i18n/bot/it.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/ja.json b/i18n/bot/ja.json index b980a14e..31090894 100644 --- a/i18n/bot/ja.json +++ b/i18n/bot/ja.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "チャートの期間。", - "type": "表示するチャートの種類。" + "type": "表示するチャートの種類。", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "このサーバー上のさまざまな統計グラフを表示します。" }, @@ -690,7 +692,10 @@ "reason": "このユーザーがミュートされている理由", "user": "ミュートする必要があるユーザー。" }, - "description": "ユーザーをミュートする" + "description": "ユーザーをミュートする", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "参加/退会メッセージとして埋め込みを使用することは、プレミアム機能です。 このサーバーではプレミアムがアクティブになっていないようです。 プレミアムの購入方法の詳細については、お問い合わせください。", @@ -1462,7 +1476,10 @@ "description": "関連設定をランク付けします。", "title": "ランク" }, - "title": "招待" + "title": "招待", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/lt.json b/i18n/bot/lt.json index 8dfdf70d..1df82a35 100644 --- a/i18n/bot/lt.json +++ b/i18n/bot/lt.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/nl.json b/i18n/bot/nl.json index 18183511..8dd109f8 100644 --- a/i18n/bot/nl.json +++ b/i18n/bot/nl.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "De tijdsduur voor de grafiek", - "type": "De type grafiek om te zien." + "type": "De type grafiek om te zien.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Laat verschillende soorten grafieken zien van je server statistieken." }, @@ -690,7 +692,10 @@ "reason": "De reden waarom de gebruiker is gemute.", "user": "De gebruiker die gemute zou moeten worden." }, - "description": "Mute een gebruiker" + "description": "Mute een gebruiker", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/pl.json b/i18n/bot/pl.json index 702baa8e..e9e79ac0 100644 --- a/i18n/bot/pl.json +++ b/i18n/bot/pl.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "Okres trwania wykresu.", - "type": "Typ wykresu do wyświetlenia." + "type": "Typ wykresu do wyświetlenia.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Pokazuje wykresy dotyczące różnych statystyk na tym serwerze." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/pt.json b/i18n/bot/pt.json index 14830640..1515738e 100644 --- a/i18n/bot/pt.json +++ b/i18n/bot/pt.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/pt_BR.json b/i18n/bot/pt_BR.json index 1359a186..d44e3628 100644 --- a/i18n/bot/pt_BR.json +++ b/i18n/bot/pt_BR.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/ro.json b/i18n/bot/ro.json index 6043f611..30f5ff66 100644 --- a/i18n/bot/ro.json +++ b/i18n/bot/ro.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/ru.json b/i18n/bot/ru.json index 26b88d50..4e738b87 100644 --- a/i18n/bot/ru.json +++ b/i18n/bot/ru.json @@ -101,12 +101,12 @@ }, "description": "Show and change the config of the bot." }, - "text": "Below are all the config settings of your bot.\nUse `{{ prefix }}botConfig ` to view a single setting\nUse `{{ prefix }}botConfig ` to set the config to ", + "text": "Снизу весь конфиг настроек данного бота\nИспользуй `{{ prefix }}botConfig ` чтобы увидеть кождую настройку\nИспользуй `{{ prefix }}botConfig ` чтобы настроить конфиг в ", "title": "Custom Bot Config" }, "botInfo": { - "guilds": "Guilds", - "members": "Members", + "guilds": "Сервера", + "members": "Участники", "premium": { "active": "This server has an **active premium** subscription.", "custom": "You are using a custom version of the bot!", @@ -121,7 +121,7 @@ "total": "Total Shards" }, "uptime": "Uptime", - "version": "Version" + "version": "Версия" }, "caseDelete": { "done": "Case deleted", @@ -168,7 +168,7 @@ } }, "clean": { - "error": "Error", + "error": "Ошибка", "invalidQuantity": "You must specify a positive amount of messages to clean", "self": { "args": { @@ -222,9 +222,9 @@ }, "current": { "clear": "Use `{{ prefix }}config {{ key }} none` to clear it.", - "notSet": "This config is currently **not** set.\nUse `{{ prefix }}config {{ key }} ` to set it.", + "notSet": "Этот конфиг **небыл** настроен.\nИспользуй `{{ prefix }}config {{ key }} ` чтобы его настроить.", "text": "This config is currently set.\nUse `{{ prefix }}config {{ key }} ` to change it.\nUse `{{ prefix }}config {{ key }} default` to reset it to the default.", - "title": "Current Value" + "title": "Данное значение" }, "invalid": { "canNotReadMessages": "I don't have permission to **read messages** in that channel.", @@ -233,13 +233,13 @@ "mustBeTextChannel": "That channel is not a text channel." }, "new": { - "title": "New Value" + "title": "Новое значение" }, - "none": "None", - "notSet": "These settings are not set", + "none": "Нету", + "notSet": "Эти настройки не были настроины", "preview": { "nextMessage": "", - "title": "Preview" + "title": "Предпросмотор" }, "previous": { "title": "Previous Value" @@ -253,7 +253,7 @@ "description": "Show and change the config of the server." }, "text": "Below are all the config settings of your server.\nUse `{{ prefix }}config ` to view a single setting\nUse `{{ prefix }}config ` to set the config to ", - "title": "Your config settings" + "title": "Ваши настройки конфига" }, "createInvite": { "done": "Created invite code **{{{ code }}}** named **{{ name }}** for {{{ channel }}}.", @@ -283,7 +283,7 @@ }, "description": "Export data of InviteManager to a csv sheet." }, - "title": "InviteManager - Export" + "title": "InviteManager - Экспорт" }, "fake": { "join": { @@ -307,7 +307,7 @@ "self": { "description": "Get an invite link for the bot." }, - "title": "Add InviteManager to your server" + "title": "Добавить бота на вашь сервер" }, "graph": { "joins": { @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -337,12 +339,12 @@ "title": "Aliases" }, "command": { - "title": "Command" + "title": "Команда" }, "description": { - "title": "Description" + "title": "Описание" }, - "links": "Links", + "links": "Ссылки", "missingPermissions": "The bot is currently missing the following permissions: {{{ value }}}", "self": { "args": { @@ -361,16 +363,16 @@ "entry": "{{ amount }} from {{{ creator }}} - {{ date }}, reason: {{ reason }}", "more": "Plus another {{ amount }} more bonus invites", "none": "This member has received no bonuses so far", - "noReason": "No reason", - "title": "Bonus invites" + "noReason": "Нету причины", + "title": "Бонусные преглошения" }, "created": { - "title": "Created" + "title": "Создан" }, "invitedMembers": { "details": "Use {{{ cmd }}} for details.", "more": "Plus another {{ amount }} more invited members", - "none": "This member has not invited anyone else so far", + "none": "Этот человек еще некого не приглосил", "title": "Invited members" }, "invites": { @@ -383,7 +385,7 @@ }, "joined": { "text": "{{ amount }} times", - "title": "Joined" + "title": "Пришедшие" }, "joins": { "entry": { @@ -391,16 +393,16 @@ "text": "{{ total }} times {{ time }}, invited by:" }, "more": "Plus another {{ amount }} more joins", - "title": "Joins", + "title": "Пришедшие", "unknown": "unknown (this only works for new members)" }, "lastJoined": { "notInGuild": "User is not part of your guild", - "title": "Last joined" + "title": "Последний зашедший" }, "regularInvites": { "entry": "{{ uses }} from {{ code }} - created {{ createdAt }}", - "more": "Plus another {{ amount }} more invite codes", + "more": "Плюс другие {{ amount }} больше кодов для прегашений", "none": "This member has not invited anyone so far", "title": "Regular invites" }, @@ -506,18 +508,18 @@ "permanent": { "entry": "**Uses**: {{ uses }}\n**Max Age**: {{ maxAge }}\r\n**Max Uses**: {{ maxUses }}\r\n**Channel**: {{{ channel }}}", "text": "These invites don't expire.", - "title": "Permanent" + "title": "Перманентный" }, "recommendedCode": { "none": "Please create a permanent invite code.", - "title": "Recommended invite code" + "title": "Рекомендованые коды инвайтов" }, "self": { "description": "Get a list of all your invite codes" }, "temporary": { "entry": "**Uses**: {{ uses }}\n**Max Age**: {{ maxAge }}\r\n**Max Uses**: {{ maxUses }}\r\n**Channel**: {{{ channel }}}\r\n**Expires**: {{ expires }}", - "text": "These invites expire after a certain time.", + "text": "Срок действия этих приглашений истекает через определенное время.", "title": "Temporary" }, "title": "You have the following codes on the server {{ guild }}", @@ -535,7 +537,7 @@ }, "invites": { "amount": { - "other": "{{{ target }}} has {{ total }} invites! ({{ regular }} regular, {{ custom }} bonus, {{ fake }} fake, {{ leave }} leaves)", + "other": "{{{ target }}} имеет всего {{ total }} преглошений! ({{ regular }} не покинуншие, {{ custom }} бонусные, {{ fake }} фейковые, {{ leave }} покинувшие)", "self": "You have {{ total }} invites! ({{ regular }} regular, {{ custom }} bonus, {{ fake }} fake, {{ leave }} leaves)" }, "highestRank": { @@ -554,7 +556,7 @@ } }, "kick": { - "canNotKick": "I cannot kick this user.", + "canNotKick": "Я не могу кикнуть этого участника.", "done": "The user was successfully kicked.", "error": "There was an error kicking this user:\n{{ error }}", "missingPermissions": "I need the `Kick Members` permission to kick members", @@ -568,20 +570,20 @@ }, "leaderboard": { "col": { - "change": "Change", - "custom": "B", - "fake": "F", - "leave": "L", - "name": "Name", + "change": "Изменить", + "custom": "Б", + "fake": "Ф", + "leave": "Л", + "name": "Имя", "regular": "R", - "total": "T" + "total": "Т" }, - "comparedTo": "changes compared to {{{ to }}}", + "comparedTo": "изменения сравняются в {{{ to }}}", "entry": "**{{ pos }}** **{{{ name }}}** - **{{ total }}** invites (**{{ regular }}** regular, **{{ custom }}** bonus, **{{ fake }}** fake, **{{ leave }}** leaves)", "from": "Invites since {{{ from }}}", "invalidDate": "Invalid date: {{ date }}", "legend": "`T` = Total\n`R` = Regular\r\n`B` = Bonus\r\n`F` = Fake\r\n`L` = Leaves", - "noInvites": "No invites!", + "noInvites": "Нет преглошений!", "self": { "args": { "date": "The date (& time) for which the leaderboard is shown.", @@ -593,7 +595,7 @@ "compare": "The date to which the current leaderboard standings are compared to" } }, - "title": "Leaderboard", + "title": "Доска почета", "lastUpdate": "Last updated {{{ lastUpdate }}}, next update {{{ nextUpdate }}}" }, "legacyInvites": { @@ -614,7 +616,7 @@ } }, "makeMentionable": { - "alreadyDone": "{{{ role }}} is already mentionable.", + "alreadyDone": "{{{ role }}} теперь можно упоменать", "self": { "args": { "role": "The role that you want to mention." @@ -630,15 +632,15 @@ "current": { "notSet": "This member config is currently **not** set.\n\nUse `{{ prefix }}memberConfig {{ key }} {{ username }} ` to set it.", "text": "This member config is currently set.\n\nUse `{{ prefix }}memberConfig {{ key }} {{ username }} ` to change it.\nUse `{{ prefix }}memberConfig {{ key }} {{ username }} default` to reset it to the default.\nUse `{{ prefix }}memberConfig {{ key }} {{ username }} none\\` to clear it.", - "title": "Current Value" + "title": "Данное значение" }, "keys": { "title": "Valid member config keys" }, "new": { - "title": "New Value" + "title": "Новое значение" }, - "none": "None", + "none": "Нету", "notSet": "This member config settings is currently not set for any members", "previous": { "title": "Previous Value" @@ -656,15 +658,15 @@ "title": "Member Config" }, "members": { - "bots": "Bots", - "humans": "Humans", + "bots": "Ботов", + "humans": "Людей", "joined": { "day": "Joined last 24h", "month": "Joined this month", - "week": "Joined this week" + "week": "Пришедших на этой неделе" }, - "members": "Members", - "online": "Online", + "members": "Участников", + "online": "Онлайн", "self": { "description": "Show member count of current server." } @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -716,7 +721,7 @@ "self": { "description": "Shows the current prefix of the bot." }, - "title": "The current prefix is {{{ prefix }}}" + "title": "Данней префикс это {{{ prefix }}}" }, "premium": { "activate": { @@ -745,7 +750,7 @@ "feature": { "embeds": { "text": "You can use an embed in your join and leave messages which look a lot better.\n[See some examples here]({{{ link }}})", - "title": "Premium Feature: Embeds in join messages" + "title": "Только с премиумом: Embeds при входе на сервер" }, "export": { "text": "You can export all the joins and leaves that happened on your server since you invited our bot.", @@ -828,7 +833,7 @@ "page": "The page of the ranks list to show." } }, - "title": "Ranks" + "title": "Ранги" }, "removeInvites": { "self": { @@ -862,7 +867,7 @@ "setup": { "faq": { "text": "A complete guide on setting up the bot can be found here: https://docs.invitemanager.co/", - "title": "FAQs and more" + "title": "ЧАВО и более" }, "help": { "text": "If you need help or have feedback, you can either use the `!feedback` command or join our discord support server: {{{ link }}}", @@ -878,24 +883,24 @@ }, "manageRoles": { "text": "The bot does not have the \"Manage Roles\" permissions. This permission is required to assign roles to a user. Without this permission members cannot be auto-promoted.", - "title": "Missing permission: Manage Roles" + "title": "Нету пазрешения: Упровлять ролями Manage Roles" }, "prefix": { "text": "You can change the prefix by doing `!config prefix !`\n\nIf you don't know the bots prefix, you can find it using `@InviteManager config prefix`.", - "title": "Changing the prefix" + "title": "Изменить префикс" }, "premium": { "text": "If you would like to support the development of this bot, you can do so by supporting us on Patreon: {{{ link }}}\n\nDepending on the tier, you will get some additional features.", - "title": "Premium" + "title": "Премиум" }, "self": { "description": "Help with setting up the bot and checking for problems (e.g. missing permissions)" }, "text": "After inviting the bot, all invites will be tracked automatically.", - "title": "Setting up InviteManager", + "title": "Настройка InviteManager", "viewAuditLogs": { "text": "The bot does not have the `View Audit Logs` permissions. This permission allows the bot to better track invites.", - "title": "Missing permission: View Audit Logs" + "title": "Нету разрешения: Просматривать аудит лог" } }, "softBan": { @@ -948,7 +953,7 @@ }, "subtractLeaves": { "done": "Removed leaves!", - "none": "No leaves found.", + "none": "Вышедших не найдено.", "self": { "description": "Remove leaves from all users" } @@ -957,7 +962,7 @@ "self": { "description": "Get an invite link to our support server." }, - "server": "Support server" + "server": "Сервер поддежки" }, "tryPremium": { "alreadyUsed": "You have already used your free premium trial! If you like this bot, please consider purchasing premium.", @@ -968,7 +973,7 @@ }, "started": "You successfully started your trial! Use `{{ prefix }}premium` to check how much time you have left.", "text": "You can try out our premium features for {{ duration }}. You can only do this once. Would you like to test it now?", - "title": "InviteManager - Try Premium" + "title": "InviteManager - Попробуй премиум" }, "unban": { "canNotUnban": "I cannot unban this member.", @@ -1005,7 +1010,7 @@ }, "warn": { "canNotDm": "User was not able to receive DM:\n{{ error }}", - "canNotWarn": "I cannot warn this user.", + "canNotWarn": "Я немогу предупредить этого участника.", "done": "The user was successfully warned.", "self": { "args": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1178,12 +1192,12 @@ "permissions": { "adminOnly": "You do not have permission to use this command.\nOnly **Administrators** may use this command.", "createInviteCode": "Create Instant Invite", - "manageGuild": "Manage Server", + "manageGuild": "Упровлять сервером", "manageRoles": "Manage Roles", "premiumOnly": "This command is only available for premium subscribers!", "rateLimit": "Slow down! Please wait {{ cooldown }} seconds and try again.", - "role": "You do not have permission to use this command.\nYou need one of the following roles: {{{ roles }}}", - "viewAuditLogs": "View Audit Logs", + "role": "У вас нету разрешения использывать эту команду.\nВам нужно иметь хотябы оду из данных ролей: {{{ roles }}}", + "viewAuditLogs": "Просматривать аудит лог", "manageMessages": "Manage Messages", "readMessageHistory": "Read Message History", "missing": "InviteManager is missing the permissions {{{ permissions }}} in {{{ channel }}}", @@ -1191,7 +1205,7 @@ "kickMembers": "Kick Members" }, "prompt": { - "canceled": "Canceled" + "canceled": "Отменено" }, "resolvers": { "boolean": { @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/sr.json b/i18n/bot/sr.json index 8dfdf70d..1df82a35 100644 --- a/i18n/bot/sr.json +++ b/i18n/bot/sr.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/tr.json b/i18n/bot/tr.json index 8ab5e1d1..993bbc51 100644 --- a/i18n/bot/tr.json +++ b/i18n/bot/tr.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "Gösterilecek tablonun türü." + "type": "Gösterilecek tablonun türü.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Bu sunucudaki çeşitli istatistikler hakkındaki grafikleri gösterir." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Bir kullanıcı sustur" + "description": "Bir kullanıcı sustur", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rütbe ile ilgili ayarlar.", "title": "rütbe" }, - "title": "davetler" + "title": "davetler", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/zh_CN.json b/i18n/bot/zh_CN.json index 2a4195b6..8607883c 100644 --- a/i18n/bot/zh_CN.json +++ b/i18n/bot/zh_CN.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "The type of chart to display." + "type": "The type of chart to display.", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "Shows graphs about various stats on this server." }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": { diff --git a/i18n/bot/zh_TW.json b/i18n/bot/zh_TW.json index b990e001..c72da5ca 100644 --- a/i18n/bot/zh_TW.json +++ b/i18n/bot/zh_TW.json @@ -321,7 +321,9 @@ "self": { "args": { "duration": "The duration period for the chart.", - "type": "顯示的圖表類型" + "type": "顯示的圖表類型", + "from": "cmd.graph.self.args.from", + "to": "cmd.graph.self.args.to" }, "description": "顯示關於這個伺服的各種統計資料" }, @@ -690,7 +692,10 @@ "reason": "The reason why this user is muted.", "user": "The user that should be muted." }, - "description": "Mute a user" + "description": "Mute a user", + "flags": { + "duration": "The duration to mute the user for" + } } }, "permissions": { @@ -1149,7 +1154,16 @@ }, "lockdown": { "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", - "channelLockedDown": "The {{{ channel }}} channel is now locked down." + "channelLockedDown": "The {{{ channel }}} channel is now locked down.", + "self": { + "description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)", + "flags": { + "timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually." + }, + "args": { + "channel": "The channel that you want to lock down." + } + } } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1462,7 +1476,10 @@ "description": "Rank related settings.", "title": "Ranks" }, - "title": "Invites" + "title": "Invites", + "general": { + "title": "General" + } }, "moderation": { "bannedWords": { @@ -1644,6 +1661,10 @@ "disabledMusicPlatforms": { "title": "Disabled Music Platforms", "description": "Music platforms that are disabled and cannot be used to play music." + }, + "joinRoles": { + "title": "Join Roles", + "description": "Roles that are assigned to all members when joining." } }, "music": {