annalasko
annalasko
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by annalasko on 4/1/2025 in #djs-questions
ESLint (VSCodium) error after using `npm create discord-bot`
Hello, I created a bot using npm create discord-bot and am using the ESLint VSCodium extension. however I am running into an issue in ping.ts, where I am getting an ESLint error:
Parsing error: ESLint was configured to run on `<bot directory>/src/commands/ping.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.eslint.json
However, that TSConfig does not include this file.
Parsing error: ESLint was configured to run on `<bot directory>/src/commands/ping.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.eslint.json
However, that TSConfig does not include this file.
Any help would be appreciated.
3 replies
SIASapphire - Imagine a Framework
Created by annalasko on 6/4/2024 in #sapphire-support
Equivalent of z.function from zod in shapeshift?
The title describes the issue
6 replies
DIAdiscord.js - Imagine an app
Created by annalasko on 5/11/2024 in #djs-questions
Do I need to manually check if each message in an Array is bulkDeletable?
I am currently writing a purge command for my bot, I mean, app, and I came across the Message property bulkDeletable. Do I need to loop through my finalized Array and check the Messages individually against the permissions of the interaction's caller?
4 replies