A Discord API Wrapper for Haxe, tweaked.
Find a file
2026-02-28 00:22:51 -06:00
haxe Update OpCode.hx 2025-07-20 19:40:26 -07:00
hxdiscord Added requestGuildMembers, cache Members and Guilds on startup 2026-02-28 00:22:51 -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
ExampleBot.hx Added example files (fixes code completion issues in VSCode) 2026-02-27 17:52:06 -06:00
examplebuild.hxml Added example files (fixes code completion issues in VSCode) 2026-02-27 17:52:06 -06:00
haxelib.json j 2023-08-11 23:08:33 +02:00
license j 2023-08-11 23:08:33 +02:00
README.md Added requestGuildMembers, cache Members and Guilds on startup 2026-02-28 00:22:51 -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
  • Added small delay before calling onReady() to fix occasional race condition issue
  • Added searchGuildMembers() and getCurrentUserGuilds() 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