A Discord API Wrapper for Haxe, tweaked.
| haxe | ||
| hxdiscord | ||
| js | ||
| python | ||
| .gitignore | ||
| haxelib.json | ||
| license | ||
| README.md | ||
hxdiscord (Izz Fork)
hxdiscord is a Discord API Wrapper for Haxe. This fork is for fixing things and adding additional functionality I needed for my own personal bot.
Installation
haxelib git hxdiscord https://github.com/Izwzyzx/hxdiscord.git
Changes since base
- Merged changes by Brainy7980
- Fixed
enum abstractdeprecation warnings - Fixed bad case in ISO8601 Resolver
- Fixed
- Added mentions data to the message object
- Fixed some
trace()s missing the debug mode check - Added
getMessage()function to Endpoints - Fixed emoji reactions needing to be URL encoded
- Removed submodule reference preventing install via
haxelib git
