diff --git a/structure/language/languages/en_us/commands/en_us_information.lang b/structure/language/languages/en_us/commands/en_us_information.lang index bafd3f5..8608491 100644 --- a/structure/language/languages/en_us/commands/en_us_information.lang +++ b/structure/language/languages/en_us/commands/en_us_information.lang @@ -167,6 +167,46 @@ __Server features__ [C_GUILD_NODESC] No description set for guild, set one with `{prefix}set description `, alternatively the description of a community enabled server is shown here. +//User Command +[C_USER_DESCRIPTION] +Search for users or view user information. + +[C_USER_DATA_NAME] +__User Data__ + +[C_USER_DATA] +**User:** <@{id}> +**Account created:** {created} +**Status:** {status} +**Activity:** {activity} +**Last global activity:** {globalActivity} + +[C_USER_MEMBER_NAME] +__Member Data__ + +[C_USER_MEMBER] +**Nickname:** {nickname} +**Server join date:** {joined} +**Last server activity:** {serverActivity} + +[C_USER_SEARCH_TITLE] +Search result for: `{key}` + +[C_USER_SEARCH_FOOTER] +Found {matches} matches, displaying {count} + +[C_USER_404] +No user found. + +[C_USER_HELP] +To search server members with similar names use `{prefix}user search ` + +[C_USER_ROLES_TITLE] +__Member Roles__ + +[C_USER_FLAGS] +__User Badges__ + //Commands Command [C_COMMANDS_DESCRIPTION] diff --git a/structure/language/languages/en_us/commands/en_us_utility.lang b/structure/language/languages/en_us/commands/en_us_utility.lang index 45113ca..eb91ece 100644 --- a/structure/language/languages/en_us/commands/en_us_utility.lang +++ b/structure/language/languages/en_us/commands/en_us_utility.lang @@ -51,31 +51,6 @@ That setting does not exist! Attached the JSON-formatted settings file in the file below. You may want to format this file for your viewing pleasure. -//User Command - -[C_USER_DESCRIPTION] -Search for users or view user information. - -[C_USER] -**Nickname:** {nickname} -**User:** <@{id}> -**Server join date:** {joined} -**Account created:** {created} -**Status:** {status} -**Activity:** {activity} -**Last server activity:** {serverActivity} -**Last global activity:** {globalActivity} -**Roles:** {roles} - -[C_USER_SEARCH_TITLE] -Search result for keyword: `{key}` - -[C_USER_SEARCH_FOOTER] -Found {matches} matches, displaying {count} - -[C_USER_HELP] -To search server members with similar names use `{prefix}user search ` - //Avatar Command [C_AVATAR_DESCRIPTION] Fetches avatars for various users in different formats and sizes.