Merge pull request #294 from ZynerOrg/deepsource-transform-c9837be7

Format code with standardjs and prettier
This commit is contained in:
Axel Olausson Holtenäs 2022-05-17 10:34:48 +02:00 committed by GitHub
commit 9e8d70117e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,6 @@ const main = async () => {
client.login(token);
};
main()
.then(async () => {
logger.silly("Main process started");