mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Update server info filter levels to match client
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user