mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 23:13:20 +00:00
Await handler
This commit is contained in:
parent
b6a4c0d7b0
commit
c588e28116
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ client.on("message", async (message) => {
|
|||
});
|
||||
return;
|
||||
}
|
||||
handler(message, args);
|
||||
await handler(message, args);
|
||||
});
|
||||
|
||||
client.on("error", (e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue