Update executor.py

Who? 2025-06-11 15:56:42 +07:00 committed by GitHub
parent c3fb0a63e1
commit cd48fe4b16
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)}))