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.
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.