Skip to content

Commit

Permalink
Update dependency typescript to v4.3.5 (#203)
Browse files Browse the repository at this point in the history
* Update dependency typescript to v4.3.5

* Update dependency typescript to v4.3.5

* Fix promise

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mark Tutkowski <mark@tutkowski.com>
Co-authored-by: Mark Tutkowski <tutkowskim@users.noreply.github.com>
  • Loading branch information
4 people committed Jul 25, 2021
1 parent cfa8fec commit 6ed9547
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"nodemon": "2.0.12",
"nyc": "15.1.0",
"ts-node": "10.1.0",
"typescript": "4.0.2"
"typescript": "4.3.5"
}
}
2 changes: 1 addition & 1 deletion src/discordClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class DiscordClient {

client.user.setActivity(DiscordClient.note());

resolve();
resolve(client);
});
});
}
Expand Down

0 comments on commit 6ed9547

Please sign in to comment.