├── bot.py ├── config.py ├── data.json ├── models.py └── texts.py /bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EremeykinS/StoreBot/HEAD/bot.py -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EremeykinS/StoreBot/HEAD/config.py -------------------------------------------------------------------------------- /data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EremeykinS/StoreBot/HEAD/data.json -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EremeykinS/StoreBot/HEAD/models.py -------------------------------------------------------------------------------- /texts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EremeykinS/StoreBot/HEAD/texts.py --------------------------------------------------------------------------------