├── LICENSE ├── README.md ├── events └── verifyInteraction.js ├── schemas └── verifyRoleId.js └── verification ├── setrole.js └── setup.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LunarTaku/djs-verification-system/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LunarTaku/djs-verification-system/HEAD/README.md -------------------------------------------------------------------------------- /events/verifyInteraction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LunarTaku/djs-verification-system/HEAD/events/verifyInteraction.js -------------------------------------------------------------------------------- /schemas/verifyRoleId.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LunarTaku/djs-verification-system/HEAD/schemas/verifyRoleId.js -------------------------------------------------------------------------------- /verification/setrole.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LunarTaku/djs-verification-system/HEAD/verification/setrole.js -------------------------------------------------------------------------------- /verification/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LunarTaku/djs-verification-system/HEAD/verification/setup.js --------------------------------------------------------------------------------