Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Katrix/AckCord

A Discord library for Scala using Akka
https://github.com/Katrix/AckCord

akka discord discord-api discord-library hacktoberfest scala

Last synced: 3 months ago
JSON representation

A Discord library for Scala using Akka

Lists

README

        

# 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).

[![](https://discord.com/api/guilds/399373512072232961/embed.png?style=banner1)](https://discord.gg/5UH627u) '

## License

AckCord itself is licensed under the MIT license (see [LICENSE](https://github.com/Katrix/AckCord/blob/2.x/LICENSE)).
AckCord uses a lot of content from the
official [Discord API documentation](https://github.com/discord/discord-api-docs) (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](https://github.com/Katrix/AckCord/blob/2.x/LICENSE-SCALADOC)).