1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-24 23:21:24 +00:00

update status commmand

This commit is contained in:
2023-09-04 04:23:30 +00:00
parent c72978fcac
commit 7b471fcc67
3 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ async def status(ctx: commands):
message = ""
try:
message = "Contact MisterBiggs#0465 if you need help.\n"
message += s.status(f"Bot recieved your message in: {bot.latency*1000:.4f}ms") + "\n"
message += s.status(f"Bot recieved your message in: {bot.latency*10:.4f} seconds") + "\n"
except Exception as ex:
logging.critical(ex)