diff --git a/src/util/Constants.js b/src/util/Constants.js index 89b14c6a0..ab891eb80 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -467,6 +467,23 @@ exports.Colors = { NOT_QUITE_BLACK: 0x23272A, }; +/** + * The value set for the verification levels for a guild: + * * None + * * Low + * * Medium + * * (╯°□°)╯︵ ┻━┻ + * * ┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻ + * @typedef {string} VerificationLevel + */ +exports.VerificationLevels = [ + 'None', + 'Low', + 'Medium', + '(╯°□°)╯︵ ┻━┻', + '┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻', +]; + /** * An error encountered while performing an API request. Here are the potential errors: * * UNKNOWN_ACCOUNT