RJ-Infinity / ThisCord

A Discord "Mod" / injector
3 stars 0 forks source link

`FetchThroughPortal` for the backend #10

Open RJ-Infinity opened 1 year ago

RJ-Infinity commented 1 year ago

the FetchThroughPortal has not been implimented for the backend as it needs to return a fetch request object and discord uses an ancient version of node that has no fetch so you would need to convert the responce object from the request library which is the https library that discord uses.

RJ-Infinity commented 1 year ago

there might need to be no interaction with the server as there is no restrictions on the backend