From 35a5733899af5a442b883857317bd1d3c40b2081 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 19:16:37 +0000 Subject: Automatically format code --- .pnp.js | 10 +++++----- setup.md | 2 +- yarn.lock | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pnp.js b/.pnp.js index 3b0fbd9..25750a0 100755 --- a/.pnp.js +++ b/.pnp.js @@ -47,7 +47,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["body-parser", "npm:1.19.0"], ["chalk", "npm:4.1.1"], ["common-tags", "npm:1.8.0"], - ["discord-akairo", "https://github.com/SkyblockDev/discord-akairo.git#commit=904495f3c2a9a3b8fba68de22c6545da393b392a"], + ["discord-akairo", "https://github.com/SkyblockDev/discord-akairo.git#commit=f6068977cc493884be781020d37109f15c8f7848"], ["discord-api-types", "npm:0.18.1"], ["discord.js", "https://github.com/discordjs/discord.js.git#commit=f7643f7bbe64003ad8b221006190dd15529651e9"], ["esbuild", "npm:0.12.1"], @@ -785,7 +785,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["body-parser", "npm:1.19.0"], ["chalk", "npm:4.1.1"], ["common-tags", "npm:1.8.0"], - ["discord-akairo", "https://github.com/SkyblockDev/discord-akairo.git#commit=904495f3c2a9a3b8fba68de22c6545da393b392a"], + ["discord-akairo", "https://github.com/SkyblockDev/discord-akairo.git#commit=f6068977cc493884be781020d37109f15c8f7848"], ["discord-api-types", "npm:0.18.1"], ["discord.js", "https://github.com/discordjs/discord.js.git#commit=f7643f7bbe64003ad8b221006190dd15529651e9"], ["esbuild", "npm:0.12.1"], @@ -1097,10 +1097,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["discord-akairo", [ - ["https://github.com/SkyblockDev/discord-akairo.git#commit=904495f3c2a9a3b8fba68de22c6545da393b392a", { - "packageLocation": "./.yarn/cache/discord-akairo-https-41bd83c7d1-c34efa6e13.zip/node_modules/discord-akairo/", + ["https://github.com/SkyblockDev/discord-akairo.git#commit=f6068977cc493884be781020d37109f15c8f7848", { + "packageLocation": "./.yarn/cache/discord-akairo-https-33232b9ea8-c34efa6e13.zip/node_modules/discord-akairo/", "packageDependencies": [ - ["discord-akairo", "https://github.com/SkyblockDev/discord-akairo.git#commit=904495f3c2a9a3b8fba68de22c6545da393b392a"] + ["discord-akairo", "https://github.com/SkyblockDev/discord-akairo.git#commit=f6068977cc493884be781020d37109f15c8f7848"] ], "linkType": "HARD", }] diff --git a/setup.md b/setup.md index 3fa781d..782c204 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. \ No newline at end of file +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. diff --git a/yarn.lock b/yarn.lock index 3fdd74c..985155c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -574,7 +574,7 @@ __metadata: body-parser: ^1.19.0 chalk: ^4.1.1 common-tags: ^1.8.0 - discord-akairo: "SkyblockDev/discord-akairo#904495f3c2a9a3b8fba68de22c6545da393b392a" + discord-akairo: "SkyblockDev/discord-akairo#f6068977cc493884be781020d37109f15c8f7848" discord-api-types: ^0.18.1 discord.js: "discordjs/discord.js#f7643f7bbe64003ad8b221006190dd15529651e9" esbuild: ^0.12.1 @@ -830,9 +830,9 @@ __metadata: languageName: node linkType: hard -"discord-akairo@SkyblockDev/discord-akairo#904495f3c2a9a3b8fba68de22c6545da393b392a": +"discord-akairo@SkyblockDev/discord-akairo#f6068977cc493884be781020d37109f15c8f7848": version: 8.2.2 - resolution: "discord-akairo@https://github.com/SkyblockDev/discord-akairo.git#commit=904495f3c2a9a3b8fba68de22c6545da393b392a" + resolution: "discord-akairo@https://github.com/SkyblockDev/discord-akairo.git#commit=f6068977cc493884be781020d37109f15c8f7848" checksum: c34efa6e13f4f460f8e6f3169e9bce71234d7a271b1f987828fe74dc094964a92cf51aa55375584dc57f32bf0b2d95923fc333e30da7f88028befbae33bbadcf languageName: node linkType: hard -- cgit