vault backup: 2023-03-10 15:40:33

This commit is contained in:
zleyyij 2023-03-10 15:40:33 -07:00
parent 09655ada86
commit 20a8f7544c

View File

@ -2,4 +2,6 @@
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. 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. - The codebase is not documented very well, which makes changes to the core system difficult.
- Python suffers from performance issues that have proven be meaningful at the scale of the server (they have been addressed) - Python suffers from performance issues that have proven be meaningful at the scale of the server (they have been addressed)
- The migration to a new discord, - The migration to a new discord.py version is proving to be extremely troublesome
However, sticking with the system we curr