Update executor.py

Who? 2025-06-11 15:54:56 +07:00 committed by GitHub
parent 5473d012b4
commit c3fb0a63e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -124,4 +124,4 @@ class Executor(loader.Module):
if res or res == 0 or res == False and res is not None:
result += self.string["res_return"].format(res={res})
return await utils.answer(message, self.strings["result"].format(code={code}, result={result}, time=round({stop_time} - {start_time}, 5)))
return await utils.answer(message, self.strings["result"].format(code={code}, result={result}, time={round(stop_time - start_time, 5})))