A Discord bot designed to... well, that part is up to you.
Create config.edn
in the same directory as project.clj
with the following
structure and add your Discord bot's token:
{:token "BOT_TOKEN"}
clj -Mrun
# clojure specs:
clj -Mspec:test
# clojure specs automatically running when fileds are changed:
clj -Mspec:test -a