1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-26 16:11:32 +00:00

Resolve "inline functionality is broken"

This commit is contained in:
2023-09-07 04:51:51 +00:00
parent 10c9a5a9e4
commit 531b729b4d
12 changed files with 184 additions and 178 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)