5:30 Correction: It skips checking declaration (d.ts) files in your project. I think I said node_modules because that's what I usually link declaration files to, or I just didn't realize what I said since I don't script every little detail lol. Code editor: cursor.sh (It's a VSCode fork)
@ItsAshAU Жыл бұрын
Cursor does look interesting, im going to check it out now :D thanks for the awesome video
@amelookssus Жыл бұрын
Thank you so much, you posted it right in time.
@ronykax Жыл бұрын
This is really helpful man tysm
@king_sentry6 ай бұрын
Still cant change my mind from js to ts, i just love js lol
@wilsbrous50652 ай бұрын
Just spent the last 5 hours rewriting the handler you showed us how to make into TS.
@0looom Жыл бұрын
make a tutorial about how to make a bot using commandkit in typescript
@UnderCtrl Жыл бұрын
Thanks for the suggestion
@ItsPinion10 ай бұрын
nice i needed that
@auradomix8 ай бұрын
What is your icon pack on vs code? It's so nice
@UnderCtrl8 ай бұрын
Hey. It's been a while but I believe this was the bearded icon pack. Thanks :)
@auradomix7 ай бұрын
@@UnderCtrl Thanks. I'm trying your tutorials on DJS v14 with TypeScript and it work great.
@FallingAsleepCoder2 ай бұрын
are you using cursor ai ?
@sirdevАй бұрын
or just start using rust and use neither ts or js :)
@apeirophobia0 Жыл бұрын
make a bot dashboard
@foreveronestepahead Жыл бұрын
theme name please!!
@UnderCtrl Жыл бұрын
it’s a vscode fork: cursor.so
@YK-zs7kx Жыл бұрын
"build" not working why
@Duluper3 ай бұрын
did you configure it in the config.json?
@devgauravjatt Жыл бұрын
File icons
@ilham.mapper49 Жыл бұрын
I still think it's better to use .js
@UnderCtrl Жыл бұрын
Fair enough. Any specific reasons why?
@SleepySkiing-ec5qk Жыл бұрын
@@UnderCtrl Has more module's
@bryceblazegamingyt974111 ай бұрын
The same modules work the same @@SleepySkiing-ec5qk
@paintendo1251 Жыл бұрын
i got an error while npm run dev node:internal/process/esm_loader:46 internalBinding('errors').triggerUncaughtException( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'E:\discord-bot ead' imported from E:\discord-bot\ at __node_internal_captureLargerStackTrace (node:internal/errors:496:5) at new NodeError (node:internal/errors:405:5) at finalizeResolution (node:internal/modules/esm/resolve:224:11) at moduleResolve (node:internal/modules/esm/resolve:837:10) at defaultResolve (node:internal/modules/esm/resolve:1035:11) at nextResolve (node:internal/modules/esm/hooks:726:28) at d (file:///E:/discord-bot/node_modules/tsx/dist/esm/index.mjs:5:34) at O (file:///E:/discord-bot/node_modules/tsx/dist/esm/index.mjs:5:1187) at nextResolve (node:internal/modules/esm/hooks:726:28) at Hooks.resolve (node:internal/modules/esm/hooks:235:30) at MessagePort.handleMessage (node:internal/modules/esm/worker:168:24) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:762:20) at exports.emitMessage (node:internal/per_context/messageport:23:28) { code: 'ERR_MODULE_NOT_FOUND' } can you help me thanks