Skip to content

Starter project for a Discord Bot using discljord and speclj

Notifications You must be signed in to change notification settings

brandoncorrea/discord-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published