forked from Galactic/galactic-bot
lang stuff
This commit is contained in:
parent
d8fb8c3202
commit
82d3b9392b
@ -167,6 +167,46 @@ __Server features__
|
||||
[C_GUILD_NODESC]
|
||||
No description set for guild, set one with `{prefix}set description <description here>`, 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 <arguments..>`
|
||||
|
||||
[C_USER_ROLES_TITLE]
|
||||
__Member Roles__
|
||||
|
||||
[C_USER_FLAGS]
|
||||
__User Badges__
|
||||
|
||||
//Commands Command
|
||||
|
||||
[C_COMMANDS_DESCRIPTION]
|
||||
|
@ -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 <arguments..>`
|
||||
|
||||
//Avatar Command
|
||||
[C_AVATAR_DESCRIPTION]
|
||||
Fetches avatars for various users in different formats and sizes.
|
||||
|
Loading…
Reference in New Issue
Block a user