Skip to content
/ Aeon-MLTB Public template
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #145

Closed
wants to merge 34 commits into from
Closed

Dev #145

Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
29e8fb7
update
5hojib Sep 17, 2024
75cb5ca
update
5hojib Sep 17, 2024
55e34ac
Auto-format code [skip actions]
5hojib Sep 17, 2024
29b01c8
update telegram_uploader.py
5hojib Sep 17, 2024
792d314
update __main__.py
5hojib Sep 17, 2024
f9ff2b2
update
5hojib Sep 17, 2024
014b9a5
update __init__.py
5hojib Sep 17, 2024
1ba1441
update telegram_uploader.py
5hojib Sep 17, 2024
e8e0cd7
Auto-format code [skip actions]
5hojib Sep 17, 2024
df6c912
update telegram_uploader.py
5hojib Sep 17, 2024
7ba898f
Auto-format code [skip actions]
5hojib Sep 17, 2024
812fb0b
update telegram_uploader.py
5hojib Sep 17, 2024
6b714ba
update telegram_uploader.py
5hojib Sep 17, 2024
d3c1235
update telegram_uploader.py
5hojib Sep 17, 2024
d14414e
Auto-format code [skip actions]
5hojib Sep 17, 2024
63cb490
update telegram_uploader.py
5hojib Sep 17, 2024
d479cbb
update telegram_uploader.py
5hojib Sep 17, 2024
5795346
update telegram_uploader.py
5hojib Sep 17, 2024
565d611
update
5hojib Sep 17, 2024
8a215fd
Auto-format code [skip actions]
5hojib Sep 17, 2024
b0f40eb
update
5hojib Sep 18, 2024
e18fda8
update
5hojib Sep 18, 2024
7da94d1
update deploy.yml
5hojib Sep 18, 2024
4d14f68
update help_messages.py
5hojib Sep 18, 2024
54025a3
update telegram_uploader.py
5hojib Sep 18, 2024
62ab10f
update telegram_uploader.py
5hojib Sep 18, 2024
41d5073
update telegram_uploader.py
5hojib Sep 19, 2024
1c5dff4
update
5hojib Sep 19, 2024
597fe7d
update telegram_uploader.py
5hojib Sep 19, 2024
9c4b495
update telegram_uploader.py
5hojib Sep 21, 2024
39ed763
Auto-format code [skip actions]
5hojib Sep 21, 2024
d3b37ed
update telegram_uploader.py
5hojib Sep 24, 2024
1044ab7
Auto-format code [skip actions]
5hojib Sep 24, 2024
acb745b
update ruff_format.yml
5hojib Nov 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update __main__.py
5hojib committed Sep 17, 2024
commit 792d314346f8261f84c4ddab88430a81dad8fc40
2 changes: 1 addition & 1 deletion bot/__main__.py
Original file line number Diff line number Diff line change
@@ -218,7 +218,7 @@ async def restart_notification():
cmd = r"""remote_url=$(git config --get remote.origin.url) &&
if echo "$remote_url" | grep -qE "github\.com[:/](.*)/(.*?)(\.git)?$"; then
last_commit=$(git log -1 --pretty=format:'%h') &&
commit_link="https://github.com/5hojib/Aeon-Alt/commit/$last_commit" &&
commit_link="https://github.com/5hojib/Aeon/commit/$last_commit" &&
echo $commit_link;
else
echo "Failed to extract repository name and owner name from the remote URL.";