forked from BethanyG/greetbot
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
Rather than have all the commands under /welcome, suggest we add a different "slash command" to the greetbot around sending/asking for resources. This would be a new route/endpoint. The idea would be to have /resources respond with a DM to a channel or user with CB "recommended" resources. Something along the lines of :
__
/resources [name of topic] [level] [channel] [user]
__
So -- /resources python beginner @username would DM a specific user beginner-level resources for Python.
Current thoughts:
/resourceswould result in a help message/resources listwould list available resources/resources pythonwould DM the requestor with python resources (default would be beginner level, unless otherwise specified)/resources python beginner @usernamewould DM the specified user with beginner python resources./resources python beginner #channelnamewould send a Slack Post of the beginner python resources to the channel specified./resources python beginner #channelname @usernamewould do both Add/resourceSlash Endpoint for Sending Various Resources to Users #4 and Add Interactive Message for How to Ask for Technical Help #5 (and would only be a nice to have).
Reactions are currently unavailable