├── .env ├── Dockerfile ├── LICENSE ├── Procfile ├── README.md ├── app.json ├── data ├── FUCK YOU 😂💔😡 └── readme.md ├── heroku.yml ├── inconnu ├── FUCK YOU 😂💔😡 └── Readme.md ├── index.html ├── index.js ├── lib ├── FUCK YOU 😂💔😡 └── readme.md ├── package.json └── talkdrove.json /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/.env -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/LICENSE -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/Procfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/README.md -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/app.json -------------------------------------------------------------------------------- /data/FUCK YOU 😂💔😡: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /heroku.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/heroku.yml -------------------------------------------------------------------------------- /inconnu/FUCK YOU 😂💔😡: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /inconnu/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/index.js -------------------------------------------------------------------------------- /lib/FUCK YOU 😂💔😡: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /lib/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/package.json -------------------------------------------------------------------------------- /talkdrove.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCONNU-BOY/INCONNU-XD-V2/HEAD/talkdrove.json --------------------------------------------------------------------------------