benetherington / node-TOM-discord-bot

MIT License
2 stars 0 forks source link

Add /title command #5

Closed benetherington closed 2 years ago

benetherington commented 2 years ago

When anyone uses the /title [title:string] command, fetch the most recent Episode, fetch or create an Author, then create a Suggestion associated with the Episode and Author. React to the message with 🤖.

A bit of digging is be required, because right now, using the slash command API feature does not post a new message into the room. We want titles to be visible as messages, and we want the bot emoji there for quick vote additions.