|
1 | 1 | # AckCord
|
2 |
| -*You do what you want, exactly how you want it.* |
| 2 | +*Do what you want, exactly how you want it.* |
3 | 3 |
|
4 |
| -AckCord is a Scala library for Discord, using Akka. AckCord's focus is on letting choose the level of abstraction you want. Want to work with the raw events from the gateway? Or 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, then pull in that module and ignore the rest. |
| 4 | +[](https://index.scala-lang.org/katrix/ackcord/ackcord) |
| 5 | + |
| 6 | +AckCord is a Scala Discord, using Akka. AckCord's focus is on letting choose the level of abstraction you want. Want to work with the raw events from the gateway? Sure. 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, then pull in that module and ignore the rest. AckCord is fast, reactive, modular, and clean, focusing on letting you write good code. |
| 7 | + |
| 8 | +For more info see the see the [microsite](https://ackcord.katsstuff.net/), the examples or the ScalaDoc(which you can find on the microsite). |
5 | 9 |
|
6 | 10 | While AckCord is still in active development, you can try AckCord by adding some of these to your `build.sbt` file.
|
7 | 11 | ```scala
|
8 |
| -libraryDependencies += "net.katsstuff" %% "ackcord" % "0.10.0" //For high level API, includes all the other modules |
9 |
| -libraryDependencies += "net.katsstuff" %% "ackcord-core" % "0.10.0" //Low level core API |
10 |
| -libraryDependencies += "net.katsstuff" %% "ackcord-commands-core" % "0.10.0" //Low to mid level Commands API |
11 |
| -libraryDependencies += "net.katsstuff" %% "ackcord-lavaplayer-core" % "0.10.0" //Low level lavaplayer API |
| 12 | +libraryDependencies += "net.katsstuff" %% "ackcord" % "0.11.0" //For high level API, includes all the other modules |
| 13 | +libraryDependencies += "net.katsstuff" %% "ackcord-core" % "0.11.0" //Low level core API |
| 14 | +libraryDependencies += "net.katsstuff" %% "ackcord-commands-core" % "0.11.0" //Low to mid level Commands API |
| 15 | +libraryDependencies += "net.katsstuff" %% "ackcord-lavaplayer-core" % "0.11.0" //Low level lavaplayer API |
12 | 16 | ```
|
13 | 17 |
|
14 |
| -For more information, either see the [microsite](http://ackcord.katsstuff.net), the examples or the ScalaDoc. |
15 |
| - |
16 |
| -Or you can just join the Discord server (we got cookies). |
| 18 | +Lastly, join our Discord server (we got cookies). |
17 | 19 |
|
18 | 20 | [](https://discord.gg/5UH627u)
|
0 commit comments