Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Apr 7, 2023
1 parent 85a1055 commit 9210a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
from collections import OrderedDict

from uvloop import install

install()
Expand Down
2 changes: 1 addition & 1 deletion bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def stats(client, message):
f'<b>• Updated:</b> {commit_date}\n'\
f'<b>• Commited On: </b>{commit_time}\n'\
f'<b>• From: </b>{commit_from}\n'\
f'<b>• Changes: </b>{changelog}\n'\
f'<b>• Changes: </b>\n'\
f'\n'\
f'<b><u>BOT INFO</u></b>\n\n'\
f'<b>• Uptime:</b> {currentTime}\n'\
Expand Down

0 comments on commit 9210a8f

Please sign in to comment.