krisppurg / dimscord

A Discord Bot & REST Library for Nim.
https://krisppurg.github.io/dimscord/
MIT License
222 stars 20 forks source link

Dimscord (v1.6.0) todolist #108

Closed krisppurg closed 1 year ago

krisppurg commented 1 year ago

todo:

Will update the list and will release

ire4ever1190 commented 1 year ago

What would etf support look like?

krisppurg commented 1 year ago

It's pretty much a replacement of the encoding of json. Instead of sending json you send an etf packet instead and is I think iirc is faster. There are other discord libraries that support this like eris, nostrum, discordgo, etc

krisppurg commented 1 year ago

read more here at: https://discord.com/developers/docs/topics/gateway#using-etf-encoding

ire4ever1190 commented 1 year ago

Oh neat, didn't know it supported that