A Discord API Wrapper for Haxe, tweaked.
- Haxe 100%
| haxe | ||
| hxdiscord | ||
| js | ||
| python | ||
| .gitignore | ||
| ExampleBot.hx | ||
| examplebuild.hxml | ||
| 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 - Added small delay before calling
onReady()to fix occasional race condition issue - Added
searchGuildMembers()andgetCurrentUserGuilds()to Endpoints - Added example bot files based on original README
- This fixes code completion not working in VS Code
- Added
requestGuildMembers()to DiscordClient - DiscordClient now caches Members and Guilds at startup instead of just on receiving an update
