lythx / trakman

Trackmania Forever server controller written in TypeScript
https://trakman.ptrk.eu
MIT License
24 stars 4 forks source link

get rid of the discord.js dependency #221

Closed wsrvn closed 8 months ago

wsrvn commented 8 months ago

there is absolutely no need for the entire bot library in our dependencies, as we only really need the embedbuilder from it.

removing it will allow for lower node versions and also will remove the constant brain destruction whenever they update something on their end.

felacek commented 8 months ago

Good issue