├── LICENSE ├── README.md ├── config.json ├── database.json ├── fake_verify ├── LICENSE ├── README.md ├── config.json ├── main.py └── requirements.txt ├── main.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/config.json -------------------------------------------------------------------------------- /database.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/database.json -------------------------------------------------------------------------------- /fake_verify/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/fake_verify/LICENSE -------------------------------------------------------------------------------- /fake_verify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/fake_verify/README.md -------------------------------------------------------------------------------- /fake_verify/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/fake_verify/config.json -------------------------------------------------------------------------------- /fake_verify/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/fake_verify/main.py -------------------------------------------------------------------------------- /fake_verify/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/fake_verify/requirements.txt -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0y9/Fake-Verify-Bot-Discord/HEAD/requirements.txt --------------------------------------------------------------------------------