DEV Community

Discussion on: Solve "MongooseError: Operation 'x.find()` buffering timed out after 10000ms"

Collapse
 
oscarjvd profile image
Óscar Javier Vargas Díaz

What is await command.execute(client, message, args);?

Collapse
 
arunkc profile image
Arun K C

That's just usual await operator

command.execute(client, message, args) is just project specific. I just gave it as an example. It could be anything like await sample_function()