Files
discordeno/examples/bigbot/src/rest
Skillz4Killz 3bbb03b8e3 cleanup cleanup cleanup on isle dd (#2792)
* cleanup cleanup cleanup on isle dd

* fix: rest manager import in test
2023-02-25 20:11:15 -06:00
..

REST Proxy

This folder will contain the code for our REST proxy. This is going to become the single source that all of our bot will use to communciate to the Discord API.

Further Steps

  • Express framework to create the listener however, you can replace it with anything you like. Express is quite a bloated framework. Feel free to optimize to a better framework.