notes/Rewriting TS.md
2023-03-10 15:38:33 -07:00

4 lines
327 B
Markdown

TS is currently written in Python, depending on a technically EOL version of the discord.py library. It has grown to a massive scale, and provides all of the functionality that is critical for the server, but has some downsides.
- The codebase is not documented very well, which makes changes to the core system difficult.
-