Update info.js

This commit is contained in:
Aayu5h 2023-02-14 20:35:38 +05:30 committed by GitHub
parent a3d8ecebfa
commit e212e5a93c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@ const Discord = require('discord.js');
module.exports = async (client, interaction, args) => {
let verifLevels = {
"NONE": "None",
"LOW": "Low",
"MEDIUM": "Medium",
"HIGH": "(╯°□°)╯︵ ┻━┻",
"VERY_HIGH": "┻━┻ミヽ(ಠ益ಠ)ノ彡┻━┻"
"0": "None",
"1": "Low",
"2": "Medium",
"3": "(╯°□°)╯︵ ┻━┻",
"4": "┻━┻ミヽ(ಠ益ಠ)ノ彡┻━┻"
}
let region = {
@ -137,4 +137,4 @@ module.exports = async (client, interaction, args) => {
}, interaction)
}