TripSit / TripBot

The discord bot on TripSit.Me
22 stars 12 forks source link

Decentralize bot #200

Closed LunaUrsa closed 2 years ago

LunaUrsa commented 2 years ago

It would be great to have a central "bot" that handles all this information and has various "API"s to different applications.

EG: Our Discord "API" is the discord bot. It takes user input, does some code and then returns a response. We can have multiple API endpoints (IRC, telegram, web/http) to access this information.

I've already setup a new typescript bot here: https://github.com/TripSit/tripsit-tripbot

I'm debating if typescript is the best language for this

LunaUrsa commented 2 years ago

Ive decentralized this bot and we'll work on typescript later