mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 18:35:22 +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) => {
|
module.exports = async (client, interaction, args) => {
|
||||||
let verifLevels = {
|
let verifLevels = {
|
||||||
"NONE": "None",
|
"0": "None",
|
||||||
"LOW": "Low",
|
"1": "Low",
|
||||||
"MEDIUM": "Medium",
|
"2": "Medium",
|
||||||
"HIGH": "(╯°□°)╯︵ ┻━┻",
|
"3": "(╯°□°)╯︵ ┻━┻",
|
||||||
"VERY_HIGH": "┻━┻ミヽ(ಠ益ಠ)ノ彡┻━┻"
|
"4": "┻━┻ミヽ(ಠ益ಠ)ノ彡┻━┻"
|
||||||
}
|
}
|
||||||
|
|
||||||
let region = {
|
let region = {
|
||||||
|
|
@ -137,4 +137,4 @@ module.exports = async (client, interaction, args) => {
|
||||||
}, interaction)
|
}, interaction)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue