This is the issue on which I'm working right now :- https://github.com/appwrite/templates/issues/147 I need to create github-issue-bot in node-typescript . There is similar bot for nodejs. Do I need to create same as that in node folder if yes then how can i run exisiting bot in node folder because I'm not able to see what it's doing. I have followed this documentation :- https://appwrite.io/docs/products/functions/quick-start but not able to see any results Thanks for your help
As the issue says, it should go in the node-typescript folder
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...