-
Updated
Sep 26, 2020 - C#
discord-chat
Here are 7 public repositories matching this topic...
-
Updated
Sep 30, 2020 - CSS
-
Updated
Aug 28, 2016 - Python
-
Updated
Oct 10, 2020 - TypeScript
-
Updated
Oct 16, 2020
-
Updated
Sep 30, 2020 - Python
Improve this page
Add a description, image, and links to the discord-chat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the discord-chat topic, visit your repo's landing page and select "manage topics."


Right now you get things like:
1-SomeLevel.json
10-SomeOtherLevel.json
2-Level2.json
3-Level3.json
...
because the filenames are alphabetically instead of naturally sorted. There is lots of old advice on how to do this floating around using P/Invoke and a Windows XP-era DLL. This is not how we should do it - we need to find a cross-platform and modern solution.