-
Notifications
You must be signed in to change notification settings - Fork 10
Project Timeline
A simple timeline because I need to have a single source of truth for what i'm currently working on, what i'll be working on next, and how far away from v3 of discord-luau being at feature parity with v2. (enabling me to merge!)
-
API pass on the various methods theGuild
class should contain, implementation of said methods too. -
API pass on the various methods theMember
class should contain, implementation of said methods too. -
API pass on the various methods theTO TESTRole
class should contain, implementation of said methods too. -
API pass on the various methods theTO TESTMessage
class should contain, implementation of said methods too. -
API pass on the various methods theTO TESTThread
class should contain, implementation of said methods too. -
API pass on the various methods theTO TESTChannel
class should contain, implementation of said methods too. -
API pass on the various methods theTO TESTClient
class should contain, implementation of said methods too. -
Implementation of discord ratelimiting
-
Adoption of bundling code!
-
Adoption of versioned code!
- This will require any changes I make to be implemented through Pull Requests, with accurate descriptions and commits to back up what I have been working on.
- Allow others outside the project to take advantage of the tool!
- Take advantage of git tags ❤️
- Need to implement functional tests for the builders currently implemented.
- Need to do a pass on the documentation;
- Need to do an audit on what v3 doesn't have, that v2 does.
- An interactions framework.