├── README.md ├── config.js ├── index.js ├── package.json ├── src ├── commands │ ├── botinfo.js │ └── sendverifybutton.js └── events │ ├── buttonCreate.js │ ├── interactionCreate.js │ ├── messageCreate.js │ ├── modalCreate.js │ └── ready.js └── start.bat /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/README.md -------------------------------------------------------------------------------- /config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/config.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/package.json -------------------------------------------------------------------------------- /src/commands/botinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/src/commands/botinfo.js -------------------------------------------------------------------------------- /src/commands/sendverifybutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/src/commands/sendverifybutton.js -------------------------------------------------------------------------------- /src/events/buttonCreate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/src/events/buttonCreate.js -------------------------------------------------------------------------------- /src/events/interactionCreate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/src/events/interactionCreate.js -------------------------------------------------------------------------------- /src/events/messageCreate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/src/events/messageCreate.js -------------------------------------------------------------------------------- /src/events/modalCreate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/src/events/modalCreate.js -------------------------------------------------------------------------------- /src/events/ready.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/src/events/ready.js -------------------------------------------------------------------------------- /start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zesty-ZDev/Verify-Discord-Bot-FiveM/HEAD/start.bat --------------------------------------------------------------------------------