mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Update server info filter levels to match client
This commit is contained in:
@@ -10,8 +10,8 @@ const verificationLevels = {
|
|||||||
NONE: 'None',
|
NONE: 'None',
|
||||||
LOW: 'Low',
|
LOW: 'Low',
|
||||||
MEDIUM: 'Medium',
|
MEDIUM: 'Medium',
|
||||||
HIGH: '(╯°□°)╯︵ ┻━┻',
|
HIGH: 'High',
|
||||||
VERY_HIGH: '┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻'
|
VERY_HIGH: 'Highest'
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = class ServerCommand extends Command {
|
module.exports = class ServerCommand extends Command {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "119.14.0",
|
"version": "119.14.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user