annalasko
Explore posts from serversDIAdiscord.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:
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 Message
s individually against the permissions of the interaction's caller?4 replies