A Discord API Wrapper for Haxe, tweaked.
Find a file
2026-01-13 23:07:24 -06:00
haxe Update OpCode.hx 2025-07-20 19:40:26 -07:00
hxdiscord URL Encoded emoji in createReaction 2026-01-04 18:43:23 -06:00
js j 2023-08-11 23:08:33 +02:00
python j 2023-08-11 23:08:33 +02:00
.gitignore j 2023-08-11 23:08:33 +02:00
haxelib.json j 2023-08-11 23:08:33 +02:00
license j 2023-08-11 23:08:33 +02:00
README.md Removed submodule reference preventing HaxeLib install 2026-01-13 23:07:24 -06:00

hxdiscord

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 abstract deprecation warnings
    • Fixed bad case in ISO8601 Resolver
  • 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