brandoncorrea / discord-starter

Starter project for a Discord Bot using discljord and speclj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acme

A Discord bot designed to... well, that part is up to you.

Config

Create config.edn in the same directory as project.clj with the following structure and add your Discord bot's token:

{:token "BOT_TOKEN"}

Running Server Locally

clj -Mrun

Running Tests

# clojure specs:
clj -Mspec:test
# clojure specs automatically running when fileds are changed:
clj -Mspec:test -a

About

Starter project for a Discord Bot using discljord and speclj


Languages

Language:Clojure 99.0%Language:Shell 1.0%