Merge pull request #302 from ZynerOrg/deepsource-transform-15bc1d77
Format code with standardjs and prettier
This commit is contained in:
commit
6990a88be7
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ const main = async () => {
|
|||
.catch(async (err) => {
|
||||
logger.error(err);
|
||||
});
|
||||
|
||||
|
||||
// Start schedule manager
|
||||
await schedules(client)
|
||||
await schedules(client)
|
||||
.then(async () => {
|
||||
logger.silly("Schedules process started");
|
||||
})
|
||||
|
@ -53,7 +53,7 @@ const main = async () => {
|
|||
});
|
||||
|
||||
// Authorize with Discord's API
|
||||
await client.login(token);
|
||||
await client.login(token);
|
||||
};
|
||||
main()
|
||||
.then(async () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue