Back to directory
Katrix avatar

AckCord

A Discord library for Scala using Akka. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/Katrix/AckCord.git

118

Stars

15

Forks

5

Watchers

MIT

License

AckCord

Do what you want, exactly how you want it.

AckCord is a Scala Discord library powered by sttp. AckCord's focus is on letting you choose the level of abstraction you want, without sacrificing speed. Want to work with the raw events from the gateway? Works for that. Maybe you don't want to bother with any of the underlying implementation and technicalities. Works for that too. Only interested in the REST requests? Pull in that module and ignore the rest. AckCord is fast, reactive, modular, and clean, focusing on letting you write good code.

AckCord 2.X is currently in early development, and artifacts have not yet been published.

Lastly, join our Discord server (we got cookies).

'

License

AckCord itself is licensed under the MIT license (see LICENSE). AckCord uses a lot of content from the official Discord API documentation (made by Discord) for its ScalaDocs, and as such, AckCord's ScalaDocs documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 License (see LICENSE-SCALADOC).

Releases

Jul 15, 2022

0.18.1

Download .zip

Fixed the verifier for empty strings

May 5, 2022

0.18.0

Download .zip

Additions

API additions since the last release.

Discord API v9

Threads

Application commands

Interactions and components

Add support for custom gateway events (hopefully this will rare...

Sep 3, 2020

0.17.1

Download .zip

Small bug fix. Bug fixes

Mark avatar as optional (#32) Thanks (@Yomanz)

Aug 22, 2020

0.17.0

Download .zip

This release is all about improving core AckCord functions like the cache and gateway. It also finalizes the missing pieces from the new commands system. Noteworthy changes and additions

Made it much...

Apr 26, 2020

0.16.0

Download .zip

Alright, finally got 0.16.0 released. This is a big release that fixes many long standing issues in AckCord. My hope is that if nothing else shows up, 1.0.0 is finally in sight. Sorry in advance for p...