2020-05-06 01:40:46 +02:00
|
|
|
//Ping Command
|
2020-04-19 21:52:51 +02:00
|
|
|
|
2020-05-07 01:26:16 +02:00
|
|
|
[C_PING_DESCRIPTION]
|
|
|
|
Shows the millisecond delay between the bot and the discord server.
|
|
|
|
|
2020-05-06 01:40:46 +02:00
|
|
|
//Settings Command
|
2020-05-01 16:12:21 +02:00
|
|
|
|
2020-05-07 01:26:16 +02:00
|
|
|
[C_SETTINGS_DESCRIPTION]
|
|
|
|
Configure your guild and user settings.
|
|
|
|
|
2020-05-06 09:11:00 +02:00
|
|
|
[C_SETTINGS_ADMINISTRATORERROR]
|
2020-05-21 12:47:58 +02:00
|
|
|
You must have the `ADMINISTRATOR` permission to run this.
|
2020-05-06 09:11:00 +02:00
|
|
|
|
|
|
|
[C_SETTINGS_CLIENTPERMISSIONERROR]
|
|
|
|
The setting **{setting}** requires __the bot__ to have permissions to use.
|
|
|
|
*Missing: {missing}*
|
|
|
|
|
|
|
|
[C_SETTINGS_MEMBERPERMISSIONERROR]
|
|
|
|
The setting **{setting}** requires __you__ to have permissions to use.
|
|
|
|
*Missing: {missing}*
|
|
|
|
|
2020-05-06 01:40:46 +02:00
|
|
|
[C_SETTINGS_RESET]
|
|
|
|
Are you sure you want to reset **all** of your {type} settings to the default values? This cannot be undone. *(__y__es, __n__o)*
|
|
|
|
This prompt will time out in __30 seconds__.
|
|
|
|
|
|
|
|
[C_SETTINGS_RESETERROR]
|
|
|
|
You provided an invalid input, please try again.
|
|
|
|
|
2020-05-21 12:47:58 +02:00
|
|
|
[C_SETTINGS_RESETABORT]
|
|
|
|
Successfully aborted the operation.
|
|
|
|
|
2020-05-06 01:40:46 +02:00
|
|
|
[C_SETTINGS_RESETSUCCESS]
|
|
|
|
All {type} settings were successfully deleted and set to default.
|
|
|
|
|
|
|
|
[C_SETTINGS_USERSETTINGSTITLE]
|
|
|
|
User Settings
|
|
|
|
|
|
|
|
[C_SETTINGS_GUILDSETTINGSTITLE]
|
|
|
|
Guild Settings
|
|
|
|
|
|
|
|
[C_SETTINGS_LISTSETTINGS]
|
|
|
|
Use `{prefix}setting [setting-name]` to view a description on the setting. Each setting is unique, so make sure to read carefully.
|
|
|
|
|
|
|
|
[C_SETTINGS_LISTSETTINGSALT]
|
|
|
|
Alternatively, you can view user settings by using the command `{prefix}settings -u`
|
|
|
|
|
2020-05-06 09:11:00 +02:00
|
|
|
[C_SETTINGS_NONEXISTANT]
|
2020-05-06 01:40:46 +02:00
|
|
|
That setting does not exist!
|
|
|
|
|
2020-05-24 10:54:33 +02:00
|
|
|
[C_SETTINGS_JSON]
|
|
|
|
Attached the JSON-formatted settings file in the file below.
|
|
|
|
You may want to format this file for your viewing pleasure.
|
|
|
|
|
2020-05-06 01:40:46 +02:00
|
|
|
//User Command
|
2020-05-05 01:35:01 +02:00
|
|
|
|
2020-05-07 01:26:16 +02:00
|
|
|
[C_USER_DESCRIPTION]
|
|
|
|
Search for users or view user information.
|
|
|
|
|
2020-04-19 21:52:51 +02:00
|
|
|
[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}
|
|
|
|
|
2020-05-01 16:12:21 +02:00
|
|
|
[C_USER_SEARCH_TITLE]
|
2020-04-21 19:56:31 +02:00
|
|
|
Search result for keyword: `{key}`
|
|
|
|
|
2020-05-01 16:12:21 +02:00
|
|
|
[C_USER_SEARCH_FOOTER]
|
|
|
|
Found {matches} matches, displaying {count}
|
|
|
|
|
|
|
|
[C_USER_HELP]
|
2020-05-08 08:50:54 +02:00
|
|
|
To search server members with similar names use `{prefix}user search <arguments..>`
|
|
|
|
|
|
|
|
//Avatar Command
|
2020-05-17 15:07:39 +02:00
|
|
|
[C_AVATAR_DESCRIPTION]
|
|
|
|
Fetches avatars for various users in different formats and sizes.
|
|
|
|
|
2020-05-08 08:50:54 +02:00
|
|
|
[C_AVATAR_FORMATERROR]
|
2020-05-17 15:07:39 +02:00
|
|
|
Unable to find an avatar with those arguments, try a different size or format.
|
|
|
|
|
|
|
|
//Lookup Command
|
|
|
|
[C_LOOKUP_DESCRIPTION]
|
|
|
|
Looks up a discord invite code and returns the information of the invite.
|
|
|
|
|
|
|
|
[C_LOOKUP_FAILEDMATCH]
|
|
|
|
Couldn't find a discord invite code, try again.
|
|
|
|
|
|
|
|
[C_LOOKUP_NONEXISTANT]
|
|
|
|
Unable to find any data about that invite code.
|