kin.ts
Explore posts from serversfollow up action after respond to the request
Currently, i have this for my http interaction discord bot
is there a way call interactions.editReply in the execute function without creating another function like this? previously i used Deno.serveHttp() to respond to the request, but because its will be deprecated, i moved to Deno.serve
11 replies
Cannot find module
I tried importing '../api/index.js' but got the error 'module not found', I knew this error would appear, I'm not sure how to import this module (I forked the module from discord.js), so, is there a way to import the ts file as a js file?
5 replies
Cannot read file "src/deno.json": not implemented on js
Hey @Deno AI Helper ! I'm having a bit of trouble, I'm trying to use
deno.land/x/import
to use non statycalize analyze dynamic import, but I get errors when trying to load events for my Client class
here is the link to my code
https://github.com/k1iin/akane-v2/blob/3bb1da3c3e76ea83f2e7b7e94bdbd83a523071c0/main.ts4 replies