Version 0.0.1
Pre-release
Pre-release
Version 0.0.1
Over the past month-two months I've made a huge amount of progress on DiscLoader, and I finally feel that the first build of the client is ready. So, here it is, Version 0.0.1
Patch Notes
Additions
- Added modding
- Embed parsing (Doesn't show up in the Message Object yet)
- More Events added
- Renaming. You can now change a guild's name, your username, and a GuildMember's nickname.
- Retexturing. You can now change a guild's icon, and your avatar
- Added a basic commands system
- DiscRegistry (This is going to be removed in the next release)
- Command Line Args
Removed
- GuildChannel Object
- DiscHandler Object
Changes
- Only executes EventHandlers in the main class of a mod
- Message.timestamp is now a Date Object.
- Message.editedTimestamp is also a Date Object now.
Read commit history for more details
Command Line Arguments
arg | description | default |
---|---|---|
nogui | if DiscLoader is executed with nogui as an argument the GUI window doesn't show | loads GUI |
-t | The api token to use to authenticate | "" |
-p | The prefix to use for commands | "//" |