net-tech-
Explore posts from serversDIAdiscord.js - Imagine an appCDCloudflare DevelopersLSLurkr SupportSIASapphire - Imagine a frameworkBSBuape StudiosPPrismaDTDrizzle Team
DIAdiscord.js - Imagine an app
•Created by net-tech- on 7/28/2023 in #djs-questions
Migrating to v14 (Typescript)
Hi there I'm having trouble porting this v13 code over to v14
More specifically, in v14,
ActionRow
is private and components won't accept ActionRowBuilder
because
.5 replies
DIAdiscord.js - Imagine an app
•Created by net-tech- on 8/18/2022 in #djs-questions
[TS] Command not found when trying to deploy commands after switching filter from .js to .ts
I have the deploy commands file from the guide in
/src/util/deploy-commands.ts
:
https://hst.sh/ugubalayir.js
running this works fine, however, when I change
to
I get the error that my ping command isn't found: https://hst.sh/yulitipaqe.js
DJS v14.2.0
NODE v16.10.018 replies
DIAdiscord.js - Imagine an app
•Created by net-tech- on 8/18/2022 in #djs-questions
Property 'commands' does not exist even after module augmentation
DJS V14
Hi there, I'm doing
in my index.ts
and I have in /types/common/discord.d.ts however im still getting Property 'commands' does not exist on type 'Client<boolean>'.
when trying to compile.
DJS v14.2.0
NODE v16.10.021 replies