diff --git a/bot.py b/bot.py index 762f484..db68a29 100644 --- a/bot.py +++ b/bot.py @@ -1088,7 +1088,8 @@ class VKBotApplication: try: peer = config.OPERATOR_PEER_ID base = os.path.join(os.path.dirname(__file__), "help_img") - for fn in ("Logo.jpg", "cs2.jpg", "dota2.jpg", "wot.jpg"): + for fn in ("Logo.jpg", "cs2.jpg", "dota2.jpg", "wot.jpg", + "career_player.jpg", "career_worker.jpg"): path = os.path.join(base, fn) if os.path.exists(path): self._upload_photo(peer, path) diff --git a/help_img/career_player.jpg b/help_img/career_player.jpg new file mode 100644 index 0000000..257efb7 Binary files /dev/null and b/help_img/career_player.jpg differ diff --git a/help_img/career_worker.jpg b/help_img/career_worker.jpg new file mode 100644 index 0000000..922e37f Binary files /dev/null and b/help_img/career_worker.jpg differ