Been addicted to Discord bots for a while. Decided to make a framework in JS which can help make discord bots modular. Till now every bot has its own implementation. There should be a wrapper over npm/node for Discord js based bots. It would be so awesome if Bots have an interface to implement and that’s all.

Till then:

https://github.com/vasumahesh1/discord-gist-bot

Made a simple bot that listens for Gist links, and outputs them in Markdown if needed. 😀