There was an error while loading. Please reload this page.
1 parent b79be4a commit d159bc7Copy full SHA for d159bc7
0.1 SlackBot/slackbot.py
@@ -34,6 +34,9 @@ def find_user_id(user_id):
34
print(channel_name)
35
return jsonify(user=user_id, channels=channel_name)
36
37
+
38
39
+#2 Add new user to all of hl's channels via url parameter using hl and new user's id
40
41
@app.route('/add/<user_id>/<member_id>')
42
def add_member(user_id, member_id):
0 commit comments