From 0874567cad4c23a0b9ebb7de3e47a7046ec3970b Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> Date: Tue, 25 May 2021 13:15:21 -0600 Subject: make prettier ignore yarn files, rename setup.md, fix akairo commit hash, don't format on save --- setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.md') diff --git a/setup.md b/setup.md index 782c204..3fa781d 100644 --- a/setup.md +++ b/setup.md @@ -16,4 +16,4 @@ Sequelize will handle tables for you, no need to do anything besides make the db In production, use `yarn start` to start the bot. In dev, use `yarn dev` to start the bot. -The difference is the typescript compiler it uses. `yarn start` uses esbuild, which is speedy af but doesn't actually check code for errrors. `yarn dev` uses tsc which is slower but checks for errors. +The difference is the typescript compiler it uses. `yarn start` uses esbuild, which is speedy af but doesn't actually check code for errrors. `yarn dev` uses tsc which is slower but checks for errors. \ No newline at end of file -- cgit