|
| 1 | +{ |
| 2 | + "name": "lockdown", |
| 3 | + "description": "Manage the server's lockdown status", |
| 4 | + "actionName": "action", |
| 5 | + "actionDescription": "The action to perform", |
| 6 | + "channelName": "channel", |
| 7 | + "channelDescription": "The channel to lock down", |
| 8 | + "durationName": "duration", |
| 9 | + "durationDescription": "How long the lockdown should last", |
| 10 | + "roleName": "role", |
| 11 | + "roleDescription": "The role to use for the lockdown", |
| 12 | + "globalName": "global", |
| 13 | + "globalDescription": "⚠️ Whether or not to apply the lockdown to the entire server", |
| 14 | + "actionLock": "Lock", |
| 15 | + "actionUnlock": "Unlock", |
| 16 | + "auditLogLockRequestedBy": "Channel locked at request of {{user}}", |
| 17 | + "auditLogUnlockRequestedBy": "Channel unlocked at request of {{user}}", |
| 18 | + "guildLocked": "{{role}} is already locked down in the server.", |
| 19 | + "guildUnlocked": "{{role}} is currently not locked down in the server.", |
| 20 | + "successGuild": "Successfully updated the lockdown status for {{role}} in the server.", |
| 21 | + "guildUnknownRole": "I somehow could not find the role {{role}}, you can try with other roles.", |
| 22 | + "guildLockFailed": "The role {{role}} could not be locked down, please try again later.", |
| 23 | + "guildUnlockFailed": "The role {{role}} could not be unlocked, please try again later.", |
| 24 | + "successThread": "Successfully updated the lockdown status for the thread {{channel}} in the server.", |
| 25 | + "threadLocked": "The thread {{channel}} is already locked.", |
| 26 | + "threadUnlocked": "The thread {{channel}} is currently not locked.", |
| 27 | + "threadUnmanageable": "I cannot manage the thread {{channel}}, please update my permissions and try again.", |
| 28 | + "threadUnknownChannel": "I somehow could not find the thread {{channel}}, you can try with other channels.", |
| 29 | + "threadLockFailed": "The thread {{channel}} could not be locked, please try again later.", |
| 30 | + "threadUnlockFailed": "The thread {{channel}} could not be unlocked, please try again later.", |
| 31 | + "successChannel": "Successfully updated the lockdown status for the channel {{channel}} in the server", |
| 32 | + "channelLocked": "The channel {{channel}} is already locked.", |
| 33 | + "channelUnlocked": "The channel {{channel}} is currently not locked.", |
| 34 | + "channelUnmanageable": "I cannot manage the channel {{channel}}, please update my permissions and try again.", |
| 35 | + "channelUnknownChannel": "I somehow could not find the channel {{channel}}, you can try with other channels.", |
| 36 | + "channelLockFailed": "The channel {{channel}} could not be locked, please try again later." |
| 37 | +} |
0 commit comments