gizmo385 / discord.clj

A Clojure library for creating Discord bots
MIT License
45 stars 14 forks source link

Stop discord client's go-loops when it's closed #6

Closed codonnell closed 6 years ago

codonnell commented 6 years ago

You only get nil from a channel when it's closed, so this seems like the most straightforward fix. Happy to adjust as needed.