Merge pull request #307 from the-programmers-hangout/style-format-codebase

style: auto-format codebase
This commit is contained in:
Jean-Philippe Sirois
2020-08-07 05:04:13 -04:00
committed by GitHub
@@ -148,7 +148,7 @@ client.on("message", async (msg) => {
const message = await msg.channel.send("pong"); const message = await msg.channel.send("pong");
message.react("⚠️"); message.react("⚠️");
} }
}) });
``` ```
## Comparision with default Promises ## Comparision with default Promises