TimboKZ / discord-spoiler-bot

🗣️🛑 Spoiler support for Discord
https://www.npmjs.com/package/discord-spoiler-bot
MIT License
61 stars 19 forks source link

Support Eris and Discordie #7

Closed cryptiklemur closed 7 years ago

TimboKZ commented 7 years ago

While that is certainly a nice feature to have, I find it problematic to maintain compatibility with multiple Discord API wrappers. Could you tell me, what are the benefits you see in having the spoiler bot bootstrapped to an existing client over a brand new instance?

I'll be migrating the bot to Bluebird to make use of promises at some point in the future, which is when I can add support for custom clients. Basically, I was thinking of defining an interface for a wrapper object for Discord libraries so that people are not limited to discord.js and discord.io.

TimboKZ commented 7 years ago

Closing this for now - if anyone has anything to contribute to this discussion feel free to reopen the issue.