From 1f801226d7364d9c1004ee6086bed6a58e11ebae Mon Sep 17 00:00:00 2001 From: Dylan Myers Date: Mon, 8 Mar 2021 14:27:04 +0000 Subject: [PATCH] Added discord role id to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2a7621..aaf7210 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This function is intended to run on AWS Lambda. See the blog post for more infor Make sure to make a copy of env.example.py, rename it to env.py and fill out the required values: * `DISCORD_WEBHOOK_URL`: the URL Discord provides for its channel webhook +* `DISCORD_ROLE_ID`: the ID of the role to @ in your message * `TWITCH_USERNAME`: the twitch username to promote ## Credits