Format code with standardjs and prettier

This commit fixes the style issues introduced in a6bb050 according to the output
from standardjs and prettier.

Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/8d032216-17f3-4f71-9328-14160eaf3b90/
This commit is contained in:
deepsource-autofix[bot] 2022-05-17 08:32:29 +00:00 committed by GitHub
parent a6bb050eda
commit f02290b065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ const main = async () => {
intents,
});
database()
.then(async () => {
logger.silly("Database process started");