Discord.hx - Haxe Discord API Wrapper

See it on Github

Discord.hx is a powerful Haxe library that implements the Discord API, making it easy to build bots and integrate with Discord.

Features

Easy API Integration

Rich Embeds

Event Handling

Lightweight and Fast

Documentation

Get up and running in 5 minutes with our quick start guide.

Getting Started

Code Examples

// Example bot setup
import discord.Discord;
var bot = new Discord.Bot("YOUR_TOKEN");
bot.onMessage(function(message) {
    if (message.content == "!ping") {
        bot.sendMessage(message.channel, "Pong!");
    }
});
        

Get Samples

Join the Community

Join Discord Contribute