-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Setup a for sale plugin
It should:
be able to manage a single for sale channel
post sales items to a moderation queue that admins/selected people can review to post
User interactions:
User DM's the bot with for sale post. Use flows to get info from them
Item
price
Description
Image/Image url
Gives the user a retraction link they can use to retract it
Bot:
Post a message to the moderation channel for the admins to look at. Should have a few ways to approve:
reaction emoji for slack backend
approval command which takes a message id
rejection
On approval/rejection: Message back to the user to let them know what's up
-- rejection: Tell them they can message the admins to ask about the rejection
Post the message to the appropriate job channel.
"@{user} has a for sale item:
[[for sale item here]
"
If retracted, go back and delete that post.