├── Cogs ├── __pycache__ │ ├── MongoDB.cpython-38.pyc │ ├── announcement.cpython-38.pyc │ ├── ban_order.cpython-37.pyc │ ├── ban_order.cpython-38.pyc │ ├── ban_order.cpython-39.pyc │ ├── buynumber.cpython-38.pyc │ ├── cancel_order.cpython-37.pyc │ ├── cancel_order.cpython-38.pyc │ ├── cancel_order.cpython-39.pyc │ ├── checkactivation.cpython-38.pyc │ ├── checkapi.cpython-37.pyc │ ├── checkapi.cpython-38.pyc │ ├── checkapi.cpython-39.pyc │ ├── cryptoprice.cpython-37.pyc │ ├── cryptoprice.cpython-38.pyc │ ├── cryptoprice.cpython-39.pyc │ ├── finish_order.cpython-37.pyc │ ├── finish_order.cpython-38.pyc │ ├── finish_order.cpython-39.pyc │ ├── ordernumber.cpython-37.pyc │ ├── ordernumber.cpython-38.pyc │ ├── ordernumber.cpython-39.pyc │ ├── paymenthistory.cpython-37.pyc │ ├── paymenthistory.cpython-38.pyc │ ├── paymenthistory.cpython-39.pyc │ ├── setapi.cpython-37.pyc │ ├── setapi.cpython-38.pyc │ ├── setapi.cpython-39.pyc │ ├── userinfo.cpython-37.pyc │ ├── userinfo.cpython-38.pyc │ └── userinfo.cpython-39.pyc ├── ban_order.py ├── cancel_order.py ├── checkapi.py ├── cryptoprice.py ├── finish_order.py ├── ordernumber.py ├── paymenthistory.py ├── setapi.py └── userinfo.py ├── LICENSE ├── README.md ├── [Data] └── logs.txt ├── app.json ├── cacert.pem ├── config.json ├── main.py └── requirements.txt /Cogs/__pycache__/MongoDB.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/MongoDB.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/announcement.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/announcement.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/ban_order.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/ban_order.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/ban_order.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/ban_order.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/ban_order.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/ban_order.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/buynumber.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/buynumber.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/cancel_order.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/cancel_order.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/cancel_order.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/cancel_order.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/cancel_order.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/cancel_order.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/checkactivation.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/checkactivation.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/checkapi.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/checkapi.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/checkapi.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/checkapi.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/checkapi.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/checkapi.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/cryptoprice.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/cryptoprice.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/cryptoprice.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/cryptoprice.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/cryptoprice.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/cryptoprice.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/finish_order.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/finish_order.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/finish_order.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/finish_order.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/finish_order.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/finish_order.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/ordernumber.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/ordernumber.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/ordernumber.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/ordernumber.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/ordernumber.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/ordernumber.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/paymenthistory.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/paymenthistory.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/paymenthistory.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/paymenthistory.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/paymenthistory.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/paymenthistory.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/setapi.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/setapi.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/setapi.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/setapi.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/setapi.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/setapi.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/userinfo.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/userinfo.cpython-37.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/userinfo.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/userinfo.cpython-38.pyc -------------------------------------------------------------------------------- /Cogs/__pycache__/userinfo.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/__pycache__/userinfo.cpython-39.pyc -------------------------------------------------------------------------------- /Cogs/ban_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/ban_order.py -------------------------------------------------------------------------------- /Cogs/cancel_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/cancel_order.py -------------------------------------------------------------------------------- /Cogs/checkapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/checkapi.py -------------------------------------------------------------------------------- /Cogs/cryptoprice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/cryptoprice.py -------------------------------------------------------------------------------- /Cogs/finish_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/finish_order.py -------------------------------------------------------------------------------- /Cogs/ordernumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/ordernumber.py -------------------------------------------------------------------------------- /Cogs/paymenthistory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/paymenthistory.py -------------------------------------------------------------------------------- /Cogs/setapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/setapi.py -------------------------------------------------------------------------------- /Cogs/userinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/Cogs/userinfo.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/README.md -------------------------------------------------------------------------------- /[Data]/logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/[Data]/logs.txt -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/app.json -------------------------------------------------------------------------------- /cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/cacert.pem -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/config.json -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FuckingToasters/OTP-Verification-Bot/HEAD/requirements.txt --------------------------------------------------------------------------------