Update server info filter levels to match client

This commit is contained in:
Dragon Fire
2020-07-08 23:50:11 -04:00
parent 34e25adc0a
commit 19c7d692c5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ const verificationLevels = {
NONE: 'None',
LOW: 'Low',
MEDIUM: 'Medium',
HIGH: '(╯°□°)╯︵ ┻━┻',
VERY_HIGH: '┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻'
HIGH: 'High',
VERY_HIGH: 'Highest'
};
module.exports = class ServerCommand extends Command {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.14.0",
"version": "119.14.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {