services
services copied to clipboard
Discord API
What should this Api do?
@asim ^
Good question. I imagine enable you to get messages out of discord. Doesn't necessarily have to make it possible to send them but that's an added bonus. I'd imagine it would use one api token on startup and just send as the "Micro Bot" or something like that.
The problem is, is that the bot needs to be in that server. We also need to implement a permission system to block random users to read/write messages without permission
I could make this in NodeJS with a REST API implemented, so you can make a proxy to it.