Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.03 KB

examples.md

File metadata and controls

28 lines (20 loc) · 1.03 KB

Code Guide

To understand the architecture of the application, watch this VIDEO

  1. Setup config.py:

    • PRICE - price for vip access
    • HELPER_URL - telegram username (@username) for help btn
    • BOT_URL - this bot username (@bot) for advert in free commands
    • VIP_HELP_URL - site url for view vip help commands
    • VIP_HELP_URL - site url for view free help commands
  2. Add user commands HERE

  3. Add admin commands HERE

  4. If you want to change the payment system, edit this FILE


  1. Setup config.py:

    • PREFIX - sign for commands (.hello)
  2. Add Free commands HERE

  3. Add Vip commands HERE