vector-bot icon indicating copy to clipboard operation
vector-bot copied to clipboard

Public API

Open bdotsamir opened this issue 3 years ago • 1 comments

It would be neat if Vector had an API that other people / bots could interact with. Things like the custom permission system could be exposed, maybe the moderation database as well for import/export purposes.

I'm not entirely sure how this would be accomplished. It can't really be through Discord messages since those are being phased out, ironically. Maybe a REST API. It would be a good starting point for fleshing out how the website may communicate with Vector...

bdotsamir avatar Jul 01 '22 15:07 bdotsamir

a REST API would make the most sense. an API through discord messages sounds... unnecessarily weird and hacky.

this api would most likely need authorization of some kind. maybe server managers could generate access tokens on the same page where you manage vector's server options?

sharkaccino avatar Jul 01 '22 17:07 sharkaccino