diff options
-rwxr-xr-x | .pnp.js | 10 | ||||
-rw-r--r-- | setup.md | 2 | ||||
-rw-r--r-- | yarn.lock | 6 |
3 files changed, 9 insertions, 9 deletions
@@ -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", }] @@ -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. @@ -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 |