mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 16:28:26 +00:00
Update info.js
This commit is contained in:
parent
a3d8ecebfa
commit
e212e5a93c
1 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue