simmsb / calamity

A library for writing discord bots in haskell
https://hackage.haskell.org/package/calamity
MIT License
109 stars 11 forks source link

Separate out websocket, http, commands #39

Closed simmsb closed 2 years ago

simmsb commented 3 years ago

The command system itself is a pretty good candidate for being it's own library that can be used outside of calamity, so focus on that first.