ASU-CodeDevils / devilbot

A Rust rewrite of Flameboi to work for our Discord Server.
Apache License 2.0
16 stars 1 forks source link

Create Discord Adapter #67

Open jtmichelson opened 1 year ago

jtmichelson commented 1 year ago

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.