This is a very minimalist library, but if you just want to build a simple bot that reacts to certain commands and events by sending chat messages, it should be sufficient.
- clone this repository
- do
lein install
- add to your project dependencies
[clj-discord "0.1.0-SNAPSHOT"]
- add to your namespace declaration
(:require [clj-discord.core :as discord])
- have a look at the code in the namespace clj-discord.example