phunanon/Insitux

Ability to easily create Discord bot

Opened this issue · 3 comments

User Story
A user should be able to use the Insitux CLI to quickly and easily create a Discord bot in a few steps.

Current workflow
At the moment one would have to extend the Insitux REPL with HTTP commands, and use sub-par dependency loading and management. There is no tutorials on how to do any of these things - the REPL is not documented.

please 🥺🥺

Partial HTTP support has been added, enabling the creation of basic Discord bots. Here's the first one ever: VSKB.
Further work:

  • fuller HTTP support (e.g. (HTTP :put {:headers {} :body {}})
  • ability to template projects with ix
  • a Discord library would be good