├── .gitattributes ├── README.md └── TG_Talk-main ├── README.md ├── database.py ├── host_bot.py └── setup.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sljqcm/Tj_Took/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sljqcm/Tj_Took/HEAD/README.md -------------------------------------------------------------------------------- /TG_Talk-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sljqcm/Tj_Took/HEAD/TG_Talk-main/README.md -------------------------------------------------------------------------------- /TG_Talk-main/database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sljqcm/Tj_Took/HEAD/TG_Talk-main/database.py -------------------------------------------------------------------------------- /TG_Talk-main/host_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sljqcm/Tj_Took/HEAD/TG_Talk-main/host_bot.py -------------------------------------------------------------------------------- /TG_Talk-main/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sljqcm/Tj_Took/HEAD/TG_Talk-main/setup.sh --------------------------------------------------------------------------------