79806854

Date: 2025-11-01 22:51:03
Score: 1
Natty:
Report link

I'm not an expert in bot with python, but I guess this is the solution.

Since your TIMER() function is an Async function, you have to use await( ) to get its actual result instead of the coroutine object.

Try:

timer-result = await TIMER() 
print(timer-result)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohammad Othman