├── README.md ├── db.php ├── index.php ├── otp.php ├── register.php └── table.sql /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonahtanjz/OTP-Bot/HEAD/README.md -------------------------------------------------------------------------------- /db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonahtanjz/OTP-Bot/HEAD/db.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonahtanjz/OTP-Bot/HEAD/index.php -------------------------------------------------------------------------------- /otp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonahtanjz/OTP-Bot/HEAD/otp.php -------------------------------------------------------------------------------- /register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonahtanjz/OTP-Bot/HEAD/register.php -------------------------------------------------------------------------------- /table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonahtanjz/OTP-Bot/HEAD/table.sql --------------------------------------------------------------------------------