-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to TypeScript, fix #16 #17
Conversation
… standards + JetBrains specific)
- Stop ignoring package-lock.json (nor recommended) - Bump all dependencies - Configure TypeScript Compiler - Fix several unhandled potential errors - Add many comments - Migrate to TypeScript
#1 can be ignored for now |
Discord.js update juste landed I will try to finish thé PR in the next few days |
I looked into the possibility of using the global name or the server nickname instead of the username for the /x staff command. IDK what characters Minetest support compared to what is allowed in Discord, so I didn't implement this feature. Anyway I consider this PR as ready for review @LoneWolfHT |
If you can strip out everything but
It'll be a few more days before I can test. Thanks |
…lobal name instead of username
Fixed a problem with the http server and used the nickname/globalname instead of the username when possible. |
(waiting for Discord.js release, code prepared for it)- [ ] Implement some more features like Automatically manage roles of top 20 #1 ?@LoneWolfHT