This client uses a modified version of furretpaws'
hxdiscord
library, shout out to them!!! :]
This is a fun little Discord client I made using Haxe and HaxeUI.
It uses your user token since, well, this client is intended for it.
I don't store or send your token anywhere, your token is stored locally on the client's ./config.json file.
Use this client at your own risk. If you lose your account, that's on you.
Right now, it only supports pretty basic stuff, such as:
- Browse servers and channels
- Read and send messages
But hey, it's also:
- Built with HaxeUI!
You need to have openfl
, haxeui-core
and haxeui-openfl
libraries installed to get this working, then you could run
lime test <target>
... where <target>
is your preferred exporting target (hl, cpp, and others...)