Create Discord Adapter
Opened this issue · 0 comments
jtmichelson commented
Right now the Rust backend only works for Slack.
We should create similar APIs that can work for Discord.
The overall logic can be agnostic of the client (after parsing the message).
We can store an enum during parsing that designates what messaging service the message originated from, so we know who to reply to.