commands-core

ackCord-commands-core provides the glue code between ackcord-core and ackcord-commands

License

License

MIT
Categories

Categories

Net Discord API Business Logic Libraries
GroupId

GroupId

net.katsstuff
ArtifactId

ArtifactId

ackcord-commands-core_2.11
Last Version

Last Version

0.14.0
Release Date

Release Date

Type

Type

jar
Description

Description

commands-core
ackCord-commands-core provides the glue code between ackcord-core and ackcord-commands
Project URL

Project URL

https://github.com/Katrix/AckCord
Project Organization

Project Organization

net.katsstuff
Source Code Management

Source Code Management

https://github.com/Katrix/AckCord

Download ackcord-commands-core_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/net.katsstuff/ackcord-commands-core_2.11/ -->
<dependency>
    <groupId>net.katsstuff</groupId>
    <artifactId>ackcord-commands-core_2.11</artifactId>
    <version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.katsstuff/ackcord-commands-core_2.11/
implementation 'net.katsstuff:ackcord-commands-core_2.11:0.14.0'
// https://jarcasting.com/artifacts/net.katsstuff/ackcord-commands-core_2.11/
implementation ("net.katsstuff:ackcord-commands-core_2.11:0.14.0")
'net.katsstuff:ackcord-commands-core_2.11:jar:0.14.0'
<dependency org="net.katsstuff" name="ackcord-commands-core_2.11" rev="0.14.0">
  <artifact name="ackcord-commands-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.katsstuff', module='ackcord-commands-core_2.11', version='0.14.0')
)
libraryDependencies += "net.katsstuff" % "ackcord-commands-core_2.11" % "0.14.0"
[net.katsstuff/ackcord-commands-core_2.11 "0.14.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
net.katsstuff : ackcord-core_2.11 jar 0.14.0
net.katsstuff : ackcord-commands_2.11 jar 0.14.0

Project Modules

There are no modules declared in this project.

AckCord

Do what you want, exactly how you want it.

Latest version Build Status

AckCord is a Scala Discord library, powered by Akka. 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.

For more info see the see the microsite, the examples or the ScalaDoc(which you can find on the microsite).

Add AckCord to your project by adding these statements to your build.sbt file.

resolvers += Resolver.JCenterRepository
libraryDependencies += "net.katsstuff" %% "ackcord"                 % "0.17.1" //For high level API, includes all the other modules
libraryDependencies += "net.katsstuff" %% "ackcord-core"            % "0.17.1" //Low level core API
libraryDependencies += "net.katsstuff" %% "ackcord-commands"        % "0.17.1" //Low to mid level Commands API
libraryDependencies += "net.katsstuff" %% "ackcord-lavaplayer-core" % "0.17.1" //Low level lavaplayer API

The AckCord module map

      +----> voice ------> lavaplayer-core -+ 
      |                           ^         |   
      |                           |         v   
 data +----> gateway --> core ----+----> ackcord
      |                   ^                 ^   
      |                   |                 |
      +----> requests ----+-> commands -----+

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

Versions

Version
0.14.0
0.13.0
0.12.0