From 53d2b18f7f73d5696fb7cd86d1c164a790dfdcc3 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 14 Jul 2021 21:22:09 -0400 Subject: started moving over some other commands --- .pnp.cjs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.pnp.cjs') diff --git a/.pnp.cjs b/.pnp.cjs index 2b1a0e7..f02a88a 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -50,6 +50,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["discord-akairo", "https://github.com/NotEnoughUpdates/discord-akairo.git#commit=65d760faed662e816ced3ba8ae7520e513e37ee2"], ["discord-api-types", "npm:0.19.0-next.f393ba520d7d6d2aacaca7b3ca5d355fab614f6e"], ["discord.js", "https://github.com/NotEnoughUpdates/discord.js.git#commit=20c84839fa43aad6c47ff6ffb11b34cc785e920b"], + ["discord.js-minesweeper", "npm:1.0.6"], ["esbuild", "npm:0.12.15"], ["eslint", "npm:7.30.0"], ["eslint-config-prettier", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:8.3.0"], @@ -932,6 +933,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["discord-akairo", "https://github.com/NotEnoughUpdates/discord-akairo.git#commit=65d760faed662e816ced3ba8ae7520e513e37ee2"], ["discord-api-types", "npm:0.19.0-next.f393ba520d7d6d2aacaca7b3ca5d355fab614f6e"], ["discord.js", "https://github.com/NotEnoughUpdates/discord.js.git#commit=20c84839fa43aad6c47ff6ffb11b34cc785e920b"], + ["discord.js-minesweeper", "npm:1.0.6"], ["esbuild", "npm:0.12.15"], ["eslint", "npm:7.30.0"], ["eslint-config-prettier", "virtual:d7ae587dddcefd495158f5c047acecbca3203324d75e681c7d8657c07f901f74e152f0b39978f7428d3a91daad7b5020c47ece28de69c22fcbd49d04707bf15c#npm:8.3.0"], @@ -1469,6 +1471,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD", }] ]], + ["discord.js-minesweeper", [ + ["npm:1.0.6", { + "packageLocation": "./.yarn/cache/discord.js-minesweeper-npm-1.0.6-a6247da3d3-8ceaf0c40e.zip/node_modules/discord.js-minesweeper/", + "packageDependencies": [ + ["discord.js-minesweeper", "npm:1.0.6"] + ], + "linkType": "HARD", + }] + ]], ["doctrine", [ ["npm:3.0.0", { "packageLocation": "./.yarn/cache/doctrine-npm-3.0.0-c6f1615f04-fd7673ca77.zip/node_modules/doctrine/", -- cgit