Compliance with Telegram Bot API 6.5

This commit is contained in:
2023-02-03 21:38:20 +01:00
parent 5c30dafd4c
commit 0c3ed2070d
5 changed files with 18 additions and 19 deletions

7
push_to_remotes.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Merge develop into master and push both branches; checkout to develop at the end.
git push origin main develop;
git push bitbucket main develop;
git push github main;