You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
src/commands/premium.ts:50:1 - error TS2742: The inferred type of 'default' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
src/commands/stable-diffusion.ts:427:1 - error TS2742: The inferred type of 'default' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
src/commands/transcript.ts:124:1 - error TS2742: The inferred type of 'default' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
src/modules/stablehorde.ts:152:23 - error TS2742: The inferred type of 'generateUpscaleRow' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
152 export async function generateUpscaleRow(generationId, images) {
~~~~~~~~~~~~~~~~~~
src/modules/stablehorde.ts:163:23 - error TS2742: The inferred type of 'generateRateRow' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
163 export async function generateRateRow(generationId, userId, imageId) {
~~~~~~~~~~~~~~~
D:\Bots\stable-diffusion\node_modules>pnpm start
src/commands/premium.ts:50:1 - error TS2742: The inferred type of 'default' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
50 export default {
~~~~~~~~~~~~~~~~
51 data,
~~~~~~~
...
100 },
~~~~
101 };
~~
src/commands/stable-diffusion.ts:427:1 - error TS2742: The inferred type of 'default' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
427 export default {
~~~~~~~~~~~~~~~~
428 cooldown: "2m",
~~~~~~~~~~~~~~~~~
...
700 },
~~~~
701 };
~~
src/commands/transcript.ts:124:1 - error TS2742: The inferred type of 'default' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
124 export default {
~~~~~~~~~~~~~~~~
125 cooldown: "1m",
~~~~~~~~~~~~~~~~~
...
170 },
~~~~
171 };
~~
src/modules/stablehorde.ts:152:23 - error TS2742: The inferred type of 'generateUpscaleRow' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
152 export async function generateUpscaleRow(generationId, images) {
~~~~~~~~~~~~~~~~~~
src/modules/stablehorde.ts:163:23 - error TS2742: The inferred type of 'generateRateRow' cannot be named without a reference to '.pnpm/@discordjs[email protected]/node_modules/@discordjs/builders'. This is likely not portable. A type annotation is necessary.
163 export async function generateRateRow(generationId, userId, imageId) {
~~~~~~~~~~~~~~~
Found 5 errors in 4 files.
Errors Files
1 src/commands/premium.ts:50
1 src/commands/stable-diffusion.ts:427
1 src/commands/transcript.ts:124
2 src/modules/stablehorde.ts:152
ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered: