From 3aeddeccc3765e532f6f965612873ab4a03bddd1 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 26 Oct 2021 20:08:12 -0400 Subject: messing around with language strings --- lang/en-US.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/en-US.json (limited to 'lang/en-US.json') diff --git a/lang/en-US.json b/lang/en-US.json new file mode 100644 index 0000000..f114f0b --- /dev/null +++ b/lang/en-US.json @@ -0,0 +1,56 @@ +{ + "commands": { + "channelPermissions": { + "description": { + "content": "Use to mass change the channel permissions." + }, + "args": { + "target": { + "start": "What user/role would you like to change?", + "retry": "{error} Choose a valid user/role to change." + }, + "permission": { + "start": "What permission would you like to change?", + "retry": "{error} Choose a valid permission." + }, + "state": { + "start": "What should that permission be set to?", + "retry": "{error} Set the state to either `enable`, `disable`, or `remove`." + } + } + }, + "roleAll": { + "description": { + "content": "Give a role to every member on the server." + }, + "args": { + "role": { + "start": "What role would you like to give to every member on the server?", + "retry": "{error} Pick a valid role." + }, + "bots": { + "start": "Would you like to also give roles to bots?" + } + } + }, + "blacklist": { + "description": { + "content": "A command to blacklist users and channels." + }, + "args": { + "action": { + "start": "Would you like to add or remove someone or something from/to the blacklist?" + }, + "target": { + "start": "What channel or user that you would like to blacklist/unblacklist?", + "retry": "{error} Pick a valid user or channel." + } + } + }, + "config": { + "description": { + "content": "Configure server settings." + } + } + } +} \ No newline at end of file -- cgit