Liking cljdoc? Tell your friends :D

discord.clj

Clojars Project

discord.clj is a Clojure wrapper around the Discord APIs. This library was written to ease in the creation of Discord bots in Clojure.

The goal is to implement a fully-compliant Discord API wrapper. This library is heavily influenced by discord.py. I'm working on constantly improving the feature set in this library would welcome contributors who want to help make that a reality :)!

Documentation

For information about the various features in discord.clj, please check the docs:

Installation

The library is available on Clojars here. You can install it using any of the following methods:

Leiningen/Boot:

[discord.clj "2.0.0"]

Clojure CLI/deps.edn:

discord.clj {:mvn/version "2.0.0"}

Gradle:

compile 'discord.clj:discord.clj:2.0.0'

Maven:

<dependency>
  <groupId>discord.clj</groupId>
  <artifactId>discord.clj</artifactId>
  <version>2.0.0</version>
</dependency>

Compilation

You can create a standalone JAR file for this by running the following:

$ lein uberjar
$ java -jar ./target/uberjar/discord.clj-2.0.0-standalone.jar

To run the core namespace which contains a basic bot framework, you can run the following:

$ lein run

License

Copyright © 2017 Christopher Chapline

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation? These fine people already did:
Christopher Chapline & Chris
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close